Problem arrayfind
User eliasxyz
Submission Time 2025-06-06 21:37:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:17:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(A,A+N);
| ^~~~
| qsort