| Problem | priorityqueue |
|---|---|
| User | TA |
| Submission Time | 2026-06-24 16:04:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
priorityqueue.cpp: In function βint main()β:
priorityqueue.cpp:25:20: error: expected β;β before string constant
25 | cout << pq.top() "\n";
| ^~~~~
| ;