2871: PTK15 数字倒序

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

Description

输入一个多位数x(末位不是0),将这个数倒序输出。

Input

一个正整数x(位数在2~8范围内,末位不是0)。

Output

一个正整数,为x倒序的数。

Sample Input Copy

5436

Sample Output Copy

6345

HINT