Problem1664--22-循环-2-非负整数位数顺序颠倒

1664: 22-循环-2-非负整数位数顺序颠倒

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个非负整数,把其位数顺序颠倒.

Input

要颠倒位数的非负整数

Output

颠倒了位数的正整数。

Sample Input Copy

45219

Sample Output Copy

91254

Source/Category