| Problem | goodbye |
|---|---|
| User | tonk |
| Submission Time | 2025-11-21 16:26:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodbye.cpp: In function ‘int main()’:
goodbye.cpp:8:25: error: invalid operands of types ‘const char*’ and ‘const char [2]’ to binary ‘operator+’
8 | cout << "Goodbye " + S + "!";
| ~~~~~~~~~~~~~~ ^ ~~~
| | |
| | const char [2]
| const char*