Problem1150--【例11.2】数字对调

1150: 【例11.2】数字对调

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

Submit

Description

[md] 输入一个三位数,要求把这个数的百位数与个位数对调,输出对调后的数。 [/md]

Input

[md] 三位数。 [/md]

Output

[md] 如题述结果。 [/md]

Sample Input Copy

123

Sample Output Copy

321

HINT

[md] [/md]

Source/Category