1059: 反向三位数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:280 Solved:195

Description

给定一个整数,三位数 $n$,请反向输出。

Input

一行,包含一个三位数 $n$ 。

Output

反向输出 $n$ 。

Sample Input Copy

120

Sample Output Copy

021

Source/Category