1849: 按照格式输入并交换输出
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
输入两个整数,范围-231~231-1,交换两个数并输出。
Input
输入只有一行,按照格式输入两个整数,范围,中间用“,”分隔。
Output
把两个整数按格式输出,中间用“,”分隔。
Sample Input Copy
a=1,b=2
Sample Output Copy
a=2,b=1