| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan. 
Сложность Альфа
 
 
 Hours PassedWrite 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
 |  Для отправки решений необходимо выполнить вход.
 
 
 |