Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:7:32: error: expected ‘;’ before ‘}’ token 7 | cout << min_element(A, A+N) | ^ | ; 8 | } | ~