Problem1908--第11课 尼克与强盗

1908: 第11课 尼克与强盗

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

Description

试编一程序,输入一个两位数,交换十位与个位上的数字。

Input

一行,一个整数,表示输入。

Output

一行,一个整数,表示输出。

Sample Input Copy

62

Sample Output Copy

26

Source/Category