Problem swapsort
User GreenBlob123
Submission Time 2024-12-04 16:58:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:24:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
24 | sort(sortedarray, sortedarray + N);
| ^~~~
| qsort