#T777. 秒的转换

秒的转换

Description

Enter a number of seconds and convert it into hours, minutes, and seconds, then output the result.

Input Format

Input a variable n, representing the number of seconds (1 <= n <= 100000000).

Output Format

Output three numbers: hours, minutes, and seconds.

7300
2:1:40

来源

CodesOnline