Owl Get a Life
hello.cpp: In function ‘int main()’:hello.cpp:5:10: error: expected ‘;’ before ‘cout’ 5 | cin >> a | ^ | ; 6 | cout << "Hello" << a << "!"; | ~~~~