#5213. 数组的输入与输出

数组的输入与输出

Description

输入nn个数,再将其输出

Format

Input

第一行输入正整数 nn,代表要读入nn个整数 第二行输入nn个整数

Output

输出读入的nn个整数

Samples

5
1 2 3 4 5
1 2 3 4 5

Limitation

1<=n<=1001 <= n <=100