Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Question by Ibrahim Mesecan.
Difficulty Alpha
Hours Passed
Write a program that converts the given Seconds into Hours, Minutes and Seconds.
For example if 3700 seconds is given, it makes 1 hour and 1 minutes and 40 seconds.
Input specification
You will be given an integer number (Seconds) where 0 ≤ Seconds ≤ 84000
Output specification
Show three integers Hours Minutes and Seconds.
Sample Input I
3530 |
Sample Input II
7300 |
Sample Output I
0 58 50 |
Sample Output II
2 1 40 |
Для отправки решений необходимо выполнить вход.
|