冒泡


   void swap(int &a,int &b){ a=a^b; b=a^b; a=a^b;}

原文地址:https://www.cnblogs.com/ae6623/p/4922603.html