Problem | hungryrabbits2 |
---|---|
User | IWKR |
Submission Time | 2022-12-29 17:07:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hungryrabbits2.cpp: In function ‘int main()’:
hungryrabbits2.cpp:16:10: error: ‘pq’ was not declared in this scope
16 | while (pq.size() > k) {
| ^~
hungryrabbits2.cpp:19:7: error: ‘pq’ was not declared in this scope
19 | if (pq.size() < k) {
| ^~