1288 : 定义Swap函数
Time Limit: 1 Sec Memory Limit: 128 MB Submitted: 266 Solved: 208Description
自定义一个Swap
函数,用引用的方式输入参数,在函数内交换两数.
Input
两个int
型整数\(a\)与\(b\).
Output
交换\(a\)与\(b\)后输出
Sample
1 2 ##CASE## 8 7
2 1 ##CASE## 7 8
Hint
Source
算法竞赛入门-函数-基本概念Author
CSGrandeur