Problem1052--【例11.2】数字对调

1052: 【例11.2】数字对调

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

Description

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

Input

三位数。

Output

如题述结果。

Sample Input Copy

123

Sample Output Copy

321