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