11610: 数字换位
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:Imported
Submit:4
Solved:0
Description
输入一个3位数,更换其各个位与百位的数字输出。
Input
键盘输入一个3位数x。 (100<=x<=999)
Output
输入换好位后的数字
Sample Input Copy
963
Sample Output Copy
369