1860: 时间转换
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
给定秒数seconds (0< seconds < 100,000,000),把秒转化成小时、分钟和秒。
Input
一行,包括一个整数,即给定的秒数。
Output
一行,包含三个整数,依次为输入整数对应的小时数、分钟数和秒数(可能为零),中间用一个空格隔开。
Sample Input Copy
3661
Sample Output Copy
1 1 1