| Problem | priorityqueue |
|---|---|
| User | WANCH5789W |
| Submission Time | 2026-05-03 13:53:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
priorityqueue.cpp: In function ‘int main()’:
priorityqueue.cpp:57:3: error: expected ‘}’ at end of input
57 | }
| ^
priorityqueue.cpp:19:30: note: to match this ‘{’
19 | for (int i = 0; i < N; i++){
| ^
priorityqueue.cpp:57:3: error: expected ‘}’ at end of input
57 | }
| ^
priorityqueue.cpp:9:12: note: to match this ‘{’
9 | int main (){
| ^