B. 【入门】请输出n~1之间所有的整数

    Type: Default 1000ms 64MiB

【入门】请输出n~1之间所有的整数

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

从键盘读入一个整数n,请输出n~1之间所有的整数,每行输出1个。

比如,假设读入n=5,输出结果如下:

5

4

3

2

1

输入格式

一个整数n。

输出格式

输出n~1之间所有的数,每行1个。

样例

5
5
4
3
2
1

望京C++一班寒假语法赛

Not Attended
Status
Done
Rule
IOI(Strict)
Problem
3
Start at
2025-1-10 11:00
End at
2025-1-10 14:00
Duration
0.5 hour(s)
Host
Partic.
4