This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 编程问题求教: 交换两个变量的值, 但是不使用第三变量来实现swap(a,b)
Exchange two numbers without using a temporary variable
-a_obese_pig(an_obese_pig);
2004-6-11
(#1759768@0)
-
假如是数字,a=a+b;b=a-b;a=a-b;
-henhen(亨亨 ^_*);
2004-6-11
(#1759772@0)
-
大清早的,这么聪明?
-oceandeep(北极熊·湖州粽子);
2004-6-11
(#1759780@0)
-
溢出了咋办?
-goodbaby(小宝);
2004-6-11
(#1760022@0)
-
a=a XOR b, b=a XOR b, a=a XOR b
-oxknife(闲人——瞎忙!!!);
2004-6-11
(#1760042@0)
-
a = a^b; b = a^b; a = a^b;
-canadiantire(水坛轮胎);
2004-6-11
(#1759779@0)
-
二十年的东东啦 叼虫小鸡
-soimer(北约克);
2004-6-11
(#1760035@0)
-
现在内存这么便宜,还有人讨论这么老掉牙的东西,累阿。有意义吗?
-strongline(strongline);
2004-6-11
(#1760216@0)