10963: 交换数字
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
输入两个数,交换数值后输出
Input
a=5
b=4
Output
a=4
b=5
Sample Input Copy
4 5
Sample Output Copy
5 4