Problem G: 【一维数组】倒序输出

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:141 Solved:111

Description

 

输入n个数,并倒序输出。
 

输入:

10

4  6  9  23  45  5  90  123  3  88

输出:

88  3  123  90  5  45  23  9  6  4

 

Sample Input Copy


Sample Output Copy