Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:9:20: error: expected ‘;’ before ‘}’ token 9 | res=min(res, A[i]) | ^ | ; 10 | } | ~