Clock 2
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Since the start of the day, s seconds have elapsed. What time is currently displayed on the clock in terms of hours, minutes, and seconds?
Input
An integer s that is less than 86400.
Output
Three integers on a single line, separated by spaces.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 51%