本文共 118 字,大约阅读时间需要 1 分钟。
void swap(int a,int b)
{
b=b^a;
a=a^b;
}
转载于:https://www.cnblogs.com/xls-blog/archive/2013/04/15/3021951.html