| Problem | paint |
|---|---|
| User | Nayaa2403 |
| Submission Time | 2026-07-07 11:55:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:21:5: error: ‘class std::priority_queue<std::pair<int, int> >’ has no member named ‘push_back’
21 | dq.push_back(pair);
| ^~~~~~~~~
paint.cpp:26:10: error: ‘class std::priority_queue<std::pair<int, int> >’ has no member named ‘first’
26 | f=dq.first[i];
| ^~~~~
paint.cpp:27:7: error: ‘class std::priority_queue<std::pair<int, int> >’ has no member named ‘second’
27 | s=dq.second[i];
| ^~~~~~