互换两个变量的值, 不利用第三个变量

exchange value of a and b

a = a + b

b = a - b

a = a - b

原文地址:https://www.cnblogs.com/xispace/p/3416732.html