#OLD687. 数组练习1

数组练习1

Description

给定n (1<=n<=1000) 输入n个数字,最后反着输出所有数字,具体看样例;

Format

Input

第一行输入n;

第二行输入n个数字

Output

反着输出n个数字

Samples

2
3387 1934 
1934 3387

Hint