| Problem | deforestation |
|---|---|
| User | Pan |
| Submission Time | 2023-11-27 16:17:01 |
| 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(a.begin(), a.end(), greater<ll>());
| ^~~~
| qsort