Owl Get a Life
sort.cpp: In function ‘int main()’:sort.cpp:11:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’? 11 | sort(arr, arr+N); | ^~~~ | qsort