交換兩個數

void swap(int &a, int &b) { a = a^b; b = a^b; a = a^b; } void swap(int &a, int &b) { a = a + b; b = a - b; a = a - b; }
相關文章
相關標籤/搜索