Problem sort
User Qxhb3
Submission Time 2023-06-10 19:41:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:12:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
12 | sort(A, A+N)
| ^~~~
| qsort
sort.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for (int i = 0; i < N; i++) {
| ^