Problem collectmushrooms5
User ChickenCoder
Submission Time 2023-07-12 15:02:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms5.cpp: In function ‘int main()’:
collectmushrooms5.cpp:18:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
18 | sort(arr, arr+n, comp);
| ^~~~
| qsort