Problem goodbye
User Ignatius
Submission Time 2025-02-14 16:49:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:8:11: error: expected ‘;’ before ‘cout’
8 | cin>>S
| ^
| ;
9 | cout<<"Goodbye "<<S<<"!"
| ~~~~