Problem | treecutting |
---|---|
User | OIaspirant2307 |
Submission Time | 2024-03-29 21:35:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
treecutting.cpp: In function ‘int main()’:
treecutting.cpp:54:9: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
54 | sort(lvl.begin(), lvl.end(), greater<int>());
| ^~~~
| qsort