1222: 【c02】数位对调▃运算符
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:33
Solved:10
Description
输入一个三位自然数,然后把这个数的百位数与个位数对调,输出对调后的数
Input
输入一行,只有一个整数x(100<=x<=999)。
Output
输出只有一行,包括1个整数。
Sample Input Copy
123
Sample Output Copy
321