Owl Get a Life
goodbye.cpp: In function ‘int main()’:goodbye.cpp:6:17: error: expected ‘;’ before ‘cout’ 6 | getline(cin, S) | ^ | ; 7 | cout << "Goodbye " << S << "!"; | ~~~~