| Problem | paint |
|---|---|
| User | jamallikestocode |
| Submission Time | 2026-03-12 20:45:16 |
| 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
paint.cpp:23:30: error: ‘i’ was not declared in this scope
23 | total_price += (jobs[i].first + ((j)*jobs[i].second))
| ^