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