Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:8:14: error: ‘min’ was not declared in this scope; did you mean ‘mn’? 8 | mn = min(mn , A[i]); | ^~~ | mn