1147: 【c03】数字对调▃运算符
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:39
Solved:20
Description
输入一个三位数abc,要求把这个数的百位数与个位数对调,输出对调后的数。
Input
三个数不能有0。
Output
百位和个位对调
Sample Input Copy
123
Sample Output Copy
321