Problem H: 拆位运算-求一个两位数的倒序结果

Problem H: 拆位运算-求一个两位数的倒序结果

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

Description

输入一个两位整数,将其十位和个位的数颠倒过来。

例如56 颠倒过来就是 65

Input

输入一个整数

Output

输出整数

Sample Input Copy

12

Sample Output Copy

21