Originally posted by 10520397
View Post
a=a-b;
b=a+b;
a=b-a;
cách khác dùng toán tử xor
a=a^b;
b=a^b;
a=a^b;
Comment