1719: 反向输出一个三位数

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:14 Solved:13

Description

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

Input

一个三位数n。

Output

反向输出n。

Sample Input Copy

100

Sample Output Copy

001