| Problem | goodbye |
|---|---|
| User | Hatrix |
| Submission Time | 2026-02-20 17:02:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodbye.cpp:8:25: error: stray ‘\’ in program
8 | cin >>"Goodbye Bob!"n\"Goodbye Xiaoming">>
| ^
goodbye.cpp: In function ‘int main()’:
goodbye.cpp:8:26: error: unable to find string literal operator ‘operator""n’ with ‘const char [29]’, ‘long unsigned int’ arguments
8 | cin >>"Goodbye Bob!"n\"Goodbye Xiaoming">>
| ^~~~~~~~~~~~~~~~~~
goodbye.cpp:11:1: error: expected primary-expression before ‘}’ token
11 | }
| ^