Problem | paint |
---|---|
User | Hengweezy |
Submission Time | 2024-02-01 09:42:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:20:7: error: ‘class std::priority_queue<int>’ has no member named ‘insert’
20 | inc.insert(value);
| ^~~~~~
paint.cpp: At global scope:
paint.cpp:30:1: error: expected declaration before ‘}’ token
30 | }
| ^