Problem | paint |
---|---|
User | AltheaZ |
Submission Time | 2023-06-28 11:02:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:18:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
18 | sort(price.rbegin(),price.rend());
| ^~~~
| qsort