stlinacm
stlinacm(编辑修改稿)
ap(), pop_heap() … in algorithm 用法举例 : include queue include vector using namespace std。 priority_queue int maxheap。 //int最大堆 struct ltstr { bool operator()(int a,int b) {return a b。 } }。