Problem | priorityqueue |
---|---|
User | jayd3n |
Submission Time | 2025-06-19 09:46:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
priorityqueue.cpp: In function ‘int main()’:
priorityqueue.cpp:34:13: error: expected ‘;’ before ‘cout’
34 | 2
| ^
| ;
35 | cout << pq.top() << '\n';
| ~~~~