Problem4380--测试输入输出时间

4380: 测试输入输出时间

Time Limit: 100 Sec  Memory Limit: 128 MB
Submit: 7  Solved: 3
[Status] [Submit] [Creator:]

Description

输入n个数
输出这n个数

Input

两行
第一行 数字n
第二行 n个数字

Output

输出 一行,n个数字

Sample Input Copy

5
1 2 3 4 5

Sample Output Copy

1 2 3 4 5

Source/Category