另一解法:void swap(int a,int b) { a=a^b; b=b^a; a=a^b; }
[此贴子已经被作者于2006-9-26 12:08:38编辑过]
是异或
第一个题用异或我还是知道 但是用那个方法我就不知道了`好好学学`