#OLD502. 输出一串数字序列

输出一串数字序列

Description

第一行输入个数字n

在下一行输出n 个数字,这n 个数字为:从n1n 个数字。

Format

Input

输入一个整型n1≤n≤100 )。

Output

输出占一行,输出n1n 个数字。

Samples

4
4 3 2 1
5
5 4 3 2 1

Hint