Problem goodbye
User starfal
Submission Time 2026-02-28 10:39:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function β€˜int main()’:
goodbye.cpp:8:9: error: expected β€˜;’ before string constant
8 | cout "Goodbye " << name << "!" << endl;
| ^~~~~~~~~~~
| ;