Problem | paint |
---|---|
User | SheepHeads |
Submission Time | 2023-09-09 11:58:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:30:1: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
30 | sort(increments.begin(), increments.end(), greater<int>());
| ^~~~
| qsort