#OLD137. 数列

数列

Description

给定n;输出一个从1到n的数列,两个数中间有个空格;

Format

Input

5

Output

1 2 3 4 5

Samples

6
1 2 3 4 5 6

Hint