| Problem | goodbye |
|---|---|
| User | Hatrix |
| Submission Time | 2026-02-23 20:21:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodbye.cpp:5:26: error: stray ‘\’ in program
5 | string s= "Goodbye Bob!" \n "Goodbye Xiaoming!";
| ^
goodbye.cpp:5:27: error: expected ‘,’ or ‘;’ before ‘n’
5 | string s= "Goodbye Bob!" \n "Goodbye Xiaoming!";
| ^