Problem1039--时间转换

1039: 时间转换

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

Description

  给定一个从0秒开始计时的秒数,请将其转换为xx:xx:xx的格式

Input

  输入一个秒数n,且这个秒数 0 < n < 84600

Output

  输出这个秒数对应的时:分:秒

Sample Input Copy

1

Sample Output Copy

00:00:01

HINT



Source/Category