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