Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:6:33: error: ‘min’ was not declared in this scope 6 | for(int i = 0; i < N; i++) x = min(x, A[i]); | ^~~