5279: 【13课】【3071】 反向输出一个三位数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:119 Solved:61

Description

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

Input

一个三位数n

Output

反向输出n

Sample Input Copy

100

Sample Output Copy

001