Problem goodbye
User theRealLucasXD
Submission Time 2025-11-17 14:06:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:7:33: error: expected ‘;’ before ‘}’ token
7 | cout << "Goodbye " << x << "!"
| ^
| ;
8 | }
| ~