Problem1133--练8.1 尼克与强盗

1133: 练8.1 尼克与强盗

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

Submit

Description

[md] 有一天一个强盗来到尼克家门口,记下了他家的门牌号——$62$号,准备晚上再动手。刚好尼克看到了就把门牌号上的十位数字与个位数字调换一下,变成了$26$号躲过了一劫。试编一程序,输入一个两位数,交换十位与个位并输出。 [/md]

Input

[md] 一个数字门牌号。 [/md]

Output

[md] 变换后的门牌号。 [/md]

Sample Input Copy

67

Sample Output Copy

76

HINT

[md] [/md]

Source/Category