摘要: 当我们调用sort函数进行排序时,中的比较函数如果写成如下bool cmp(const int &a, const int &b){ if(a!=b) return a inline bool _Debug_lt_pred(_Pr _Pred, _Ty1& _Left, _Ty2& _Righ... 阅读全文
posted @ 2014-11-27 14:48 huoyao 阅读(3157) 评论(0) 推荐(1)