Write a program which reads an integer S [second] and converts it to h:m:s where h, m, s denote hours, minutes (less than 60) and seconds (less than 60) respectively.
An integer S is given in a line.
Print h, m and s separated by ':'. You do not need to put '0' for a value, which consists of a digit.
46979
13:2:59