博客园站长
这是人类成长进步中记录的每一时刻
摘要: int a = 10;int b = 5;a^=b;b^=a;a^=b;或a=a+bb=a-ba=a-b 阅读全文
posted @ 2014-10-09 15:53 dm3344 阅读(154) 评论(0) 推荐(0)