Problem | goodbye |
---|---|
User | Ignatius |
Submission Time | 2025-02-14 16:30:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodbye.cpp: In function ‘int main()’:
goodbye.cpp:6:8: error: expected unqualified-id before string constant
6 | string "Goodbye S!";
| ^~~~~~~~~~~~
goodbye.cpp:7:8: error: ‘S’ was not declared in this scope
7 | cout>>S;
| ^