| Problem | priorityqueue |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-07-08 17:20:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
priorityqueue.cpp: In function ‘int main()’:
priorityqueue.cpp:13:8: error: ‘v’ was not declared in this scope
13 | }if(v==1)pq.pop();
| ^
priorityqueue.cpp: At global scope:
priorityqueue.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^