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