Problem treecutting
User OIaspirant2307
Submission Time 2024-03-29 19:43:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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