Problem goodbye
User c
Submission Time 2024-06-06 18:33:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:8:30: error: expected ‘;’ before ‘}’ token
8 | cout << "Goodbye " + c + "!"
| ^
| ;
9 | }
| ~