1740: 倒序数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:269 Solved:3

Description

输入一个任意位数的正整数,将这个数倒序组成一个新数并输出。

Input

一个整数n

Output

一行,包含一个整数,表示n的倒序数

Sample Input Copy

12345

Sample Output Copy

54321

Source/Category