Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:3:10: error: ‘min_element’ was not declared in this scope 3 | return *min_element(A, A+N); | ^~~~~~~~~~~