Problem | goodbye |
---|---|
User | yuling |
Submission Time | 2025-07-31 14:09:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodbye.cpp:1:1: error: ‘string’ does not name a type
1 | string Bob;
| ^~~~~~
goodbye.cpp:2:1: error: ‘cin’ does not name a type
2 | cin >> Bob;
| ^~~
goodbye.cpp:3:1: error: ‘cout’ does not name a type
3 | cout << "Goodbye" << name << "!";
| ^~~~