#D9621. Watch
Watch
Watch
Write a program which reads an integer [second] and converts it to where , , denote hours, minutes (less than 60) and seconds (less than 60) respectively.
Constraints
Input
An integer is given in a line.
Output
Print , and separated by ':'. You do not need to put '0' for a value, which consists of a digit.
Example
Input
46979
Output
13:2:59
inputFormat
Input
An integer is given in a line.
outputFormat
Output
Print , and separated by ':'. You do not need to put '0' for a value, which consists of a digit.
Example
Input
46979
Output
13:2:59
样例
46979
13:2:59