#P1193. 输出1到n之间的数

输出1到n之间的数

Description

输入一个正整数n,输出1到n之间的数。

Input Format

一个正整数n.

Output Format

输出1行
3
1 2 3

Source

循环1