1270: 指针变量输出

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:62 Solved:47

Description

输入n个数,使用指针变量输出

Input

第一个一个整数n, 第二行n个整数

Output

反序输出

Sample Input Copy

5
1 2 3 4 5

Sample Output Copy

5 4 3 2 1

Source/Category