Hours,
Minutes and Seconds
Write a
program to show number hours, minutes and seconds from entered seconds amount.
(1 hour = 3600 seconds)
Input: In the first line, you will get a
positive integer as an indicator of seconds.
Output: The number of hours minutes and
seconds with a space in between them.
Sample Input1:
|
Sample Input2:
|
100
|
4000
|
Sample Output1:
|
Sample Output2:
|
0 1 40
|
1 6 40
|
Для отправки решений необходимо