Owl Get a Life
minimum.cpp: In function ‘int main()’:minimum.cpp:10:12: error: expected ‘;’ before ‘}’ token 10 | cin>>a[i] | ^ | ; 11 | } | ~