#922. [基础]循环练习I
[基础]循环练习I
No submission language available for this problem.
Background
Special for beginners, ^_^
Description
输入一个正整数 n,输出 1~n 中所有的整数。
Format
Input
一行一个正整数 n
Output
一行从 1 开始到 n 的整数序列
Samples
12
1 2 3 4 5 6 7 8 9 10 11 12
Limitation
n <= 100
1s, 1024KiB for each test case.
Related
In following homework: