Owl Get a Life
hello.cpp: In function ‘int main()’:hello.cpp:6:29: error: expected ‘;’ before ‘}’ token 6 | cout << "Hello" << i << "!" | ^ | ; 7 | } | ~