2015年2月22日

摘要: priority_queue函数原型及改造struct cmp1 { bool operator ()(int &a,int &b) { return a>b;//最小值优先 } }; struct cmp2... 阅读全文

posted @ 2015-02-22 17:16 半离 阅读(577) 评论(0) 推荐(0)