Fork me on GitHub

冒泡


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

posted @ 2015-10-30 10:31  _落雨  阅读(201)  评论(0编辑  收藏  举报