int t = a; a = b; b = t;
a = b-a;//求出a,b在数轴上的距离 b = b-a;//b到原点的距离与ab间距离之差 a = b+a;//b到原点的距离加上ab距离即为a到原点距离
a = a^b; b = a^b; a = a^b;