Problem1109--时钟

1109: 时钟

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

Description

 输入一个秒数,把它转换为时、分、秒并输出。

Input

一个整数,即秒数

Output

 按"时、分、秒"的格式输出。

Sample Input Copy

3600

Sample Output Copy

1:0:0

HINT

【输入样例2】
 4250

【输出样例2】
 1:10:50

Source/Category