Problem2544--时间转换

2544: 时间转换

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

读取一个整数值,它是工厂中某个事件的持续时间(以秒为单位),请你将其转换为小时:分钟:秒来表示。

Input

输入一个整数 

Output

输出转换后的时间表示,格式为 hours:minutes:seconds

Sample Input Copy

556

Sample Output Copy

0:9:16

Source/Category