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