摘要: 首先看一段代码:#include #include #include int main(){ struct node { int value; }; struct cmp { bool operator()( const node& a, const node& b ) { return a.value , cmp > pri_queue; node n1 = {22}; node n2 = {11}; node n3 = {33}; node n4 = {11}; pr... 阅读全文
posted @ 2013-10-18 01:20 Wilson-Loo 阅读(1170) 评论(0) 推荐(0) 编辑