Problem3037--【语言基础】反向输出3个整数

3037: 【语言基础】反向输出3个整数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

给定3个整数,请以输入时相反的顺序输出,例如,输入 4 7 3 则输出:3 7 4


Sample Input Copy

4 7 3

Sample Output Copy

3 7 4

Source/Category