Problem2585--引用参数函数

2585: 引用参数函数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入两个整数a和b,交换后输出。

Input

1 2

Output

交换前1 2 

交换中2 1 

交换后2 1

Sample Input Copy

1 2

Sample Output Copy

交换前1 2 

交换中2 1 

交换后2 1

Source/Category

函数