摘要: #define SQUARE(x) ((x)*(x)) VS inline int square(int x) {return x*x;} 阅读全文
posted @ 2011-01-06 08:51 嗷嗷 阅读(329) 评论(0) 推荐(1) 编辑