#2434. 练24.3 循环输出
练24.3 循环输出
说明
输入一个正整数$n$($1\le n\le 100000$)。输出$1$, $2$, $3$, ..., $n$。
每行一个数字。
输入格式
输入一行,一个正整数$n$。输出格式
输出共$n$行,每行一个数字,第$i$行包含一个整数$i$。2
1
2
2
1
2
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.