Problem M: 【函数】数字倒序

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:160 Solved:38

Description

输入一个在长整型范围内的正整数(其个位数大于0),利用函数方法,将其倒序输出。

Input

1个自然数n

Output

n的倒序数

Sample Input Copy

123

Sample Output Copy

321