Problem goodbye
User siglaptomarymount
Submission Time 2026-01-03 21:12:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:8:25: error: expected ‘;’ before ‘}’ token
8 | printf("Goodbye %s", s)
| ^
| ;
9 | }
| ~