Problem1384--时间问题-倒计时

1384: 时间问题-倒计时

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 146  Solved: 72
[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

提交时将#include<windows.h>和Sleep(1000)删掉

Source/Category

 基础B