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 ‘short’? 5 | sort(A, A+N); | ^~~~ | short