Problem goodbye
User CheesyPasta
Submission Time 2025-02-14 16:40:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:7:2: error: expected initializer before ‘cin’
7 | cin>>s;
| ^~~
goodbye.cpp:8:19: error: ‘s’ was not declared in this scope
8 | cout<<"Goodbye"<<s<<"!"
| ^