Problem Q: 时间转换

Problem Q: 时间转换

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

Description

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

Input

输入一个整数 N。
数据范围
1≤N≤1000000

Output

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

Sample Input Copy

556

Sample Output Copy

0:9:16