Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:7:20: error: ‘min’ was not declared in this scope 7 | minimum = min(A[i], minimum); | ^~~