一道思考题

不使用第三个变量交换a、b变量的值

b = a – b

a = a – b

b = a + b

原文地址:https://www.cnblogs.com/ityujian/p/3230676.html