1028 - 输出1到N的数字
Description

输入一个数字n,输出1 2 3...n的数字

Input
Output
Examples

Input

5

Output

1 2 3 4 5

Input

10

Output

1 2 3 4 5 6 7 8 9 10
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 102
通过次数 66