1006: 输入3个数,倒序输出

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:441 Solved:258

Description

输入3个数,倒序输出。

Input

输入3个整数,分3行输入。

Output

与输入相反的顺序,将3个数输出,按照空格分隔。

Sample Input Copy

1
2
3

Sample Output Copy

3 2 1

Source/Category