11206: 逆序打印

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:0

Description

输入10个数,要求程序按输入时的逆序把这10个数打印出来

Input

一行,10个整数

Output

一行,10个顺序相反的整数

Sample Input Copy

54 59 71 84 60 85 54 84 42 62

Sample Output Copy

62 42 84 54 85 60 84 71 59 54