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