-15. Print Backward to 1

I'm a slow walker, but I never walk backwards.

題目來源:judgegirl from ntu prof. pangfeng Liu

Task Description

Write a program to read a positive integer and then print backward to .

Input Format

There is one line in the input. The first line has the integer .

Output Format

There are lines in the output, according to the description.

Sample Input

5

Sample Output

5
4
3
2
1

Submit

Login

Testdata Set

Download Testdata