| Problem | deforestation |
|---|---|
| User | Pan |
| Submission Time | 2023-11-27 16:13:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
deforestation.cpp: In function ‘int main()’:
deforestation.cpp:21:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
21 | sort(b.begin(), b.end(), greater<ll>());
| ^~~~
| qsort