| Problem | paint |
|---|---|
| User | jamallikestocode |
| Submission Time | 2026-03-12 20:46:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:19:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
19 | sort(jobs.begin(), jobs.end(), [](auto &a, auto &b){
| ^~~~
| qsort