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