1486: 向下循环
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:66
Solved:46
Description
输入一个整数$n$,一直循环到0,一行一个数字。
Input
输入一个整数$n$。
Output
输出循环到的每个数字,一行一个数。
Sample Input Copy
5
Sample Output Copy
5
4
3
2
1
0
HINT
0 < $n$ ≤ 105.