Fork me on GitHub
摘要: ```java void swap(int &a,int &b){ a=a^b; b=a^b; a=a^b;} ``` 阅读全文
posted @ 2015-10-30 10:31 _落雨 阅读(201) 评论(0) 推荐(0) 编辑