//     a = a+b;

//    b = a-b;

//    a = a-b;

//    #define SWAP(a,b) a^= b^= a^= b

//     int a = 3; b = 4;

//     SWAP(a,b);

Posted by 타이슨킴