摘要:
#include #define N 10using namespace std;void swap(int &a,int &b){// a = a + b;// b = a - b;// a = a - b; a ^= b; b ^= a; a ^= b;}vo... 阅读全文
posted @ 2015-06-04 17:31
BeatificDevin
阅读(392)
评论(0)
推荐(0)
|
摘要:
#include #define N 10using namespace std;void swap(int &a,int &b){// a = a + b;// b = a - b;// a = a - b; a ^= b; b ^= a; a ^= b;}vo... 阅读全文
posted @ 2015-06-04 17:31
BeatificDevin
阅读(392)
评论(0)
推荐(0)
|