Problem | priorityqueue |
---|---|
User | ilikeeggs |
Submission Time | 2025-06-19 09:25:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
priorityqueue.cpp: In function ‘int32_t main()’:
priorityqueue.cpp:15:7: error: ‘class std::priority_queue<long long int>’ has no member named ‘insert’
15 | pq.insert(x);
| ^~~~~~