Problem1198--三位数倒序输出

1198: 三位数倒序输出

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

Description

从键盘输入一个三位的正整数(如125),将它们倒序后输出(即521)。

Input

输入一个三位正整数

Output

把输入的数倒序输出。

Sample Input Copy

210

Sample Output Copy

012

Source/Category