Problem1834--【信息学奥赛一本通】反向输出一个三位数

1834: 【信息学奥赛一本通】反向输出一个三位数

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

Description

将一个三位数反向输出,例如输入358,反向输出853。

Input

一个三位数n。

Output

反向输出n。

Sample Input Copy

100

Sample Output Copy

001

Source/Category