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