Problem1285--【例47.1】 倒序数

1285: 【例47.1】 倒序数

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

Description

输入一个非负整数,输出这个数的倒序数。例如输入$123$,输出$321$。

Input

输入一个非负整数(保证个位不为零)。

Output

输出倒序的数。

Sample Input Copy

123

Sample Output Copy

321