Problem arrayproblem
User Pan
Submission Time 2023-11-22 22:37:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayproblem.cpp: In function ‘int main()’:
arrayproblem.cpp:22:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
22 | sort(arr.begin(), arr.end());
| ^~~~
| qsort