2913: 数字反转

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:16 Solved:6

Description

输入一个整数,将其数字反转后输出。

Input

一个整数n

Output

反转后的数字

Sample Input Copy

12345

Sample Output Copy

54321

HINT

-10^9 ≤ n ≤ 10^9