| Problem | goodbye |
|---|---|
| User | yuling |
| Submission Time | 2025-07-31 14:34:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodbye.cpp: In function ‘int main()’:
goodbye.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> name;
| ^~~
goodbye.cpp:8:24: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
8 | cout << "Goodbye " << name << "!";
| ^~~~
| tzname