Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem3137--时间问题--倒计时
3137: 时间问题--倒计时
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
81
Solved:
58
[
Status
] [
Submit
] [Creator:
]
Description
做一个n秒倒计时 (0<n<=60)
Input
一个秒数n
Output
以分秒的形式的倒计时
Sample Input
Copy
60
Sample Output
Copy
01:00 00:59 00:58 ... 00:00
HINT
Source/Category
基础B