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