输出自然数 2
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.
题目描述
给出 ,按顺序输出 到 所有的数。
输入格式
一行
输出格式
到 所有的数。一行一个。
5
5
4
3
2
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 所有的数。
一行
n 到 1 所有的数。一行一个。
5
5
4
3
2
1
1≤n≤2000
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。