0_0_19657761_14962.cpp: In function 'bool cmp(int, int)':
0_0_19657761_14962.cpp:9:1: error: expected ';' before '}' token
}
^
0_0_19657761_14962.cpp: In function 'int main()':
0_0_19657761_14962.cpp:16:9: error: 'priority_queueheap' was not declared in this scope
priority_queueheap;
^
0_0_19657761_14962.cpp:23:17: error: 'heap' was not declared in this scope
heap.push(-l);
^
0_0_19657761_14962.cpp:27:32: error: 'heap' was not declared in this scope
printf("%d\n",-heap.top());
^
|