Problem goodbye
User alettuce
Submission Time 2025-08-30 20:40:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:5:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
5 | str name;
| ^~~
| std
goodbye.cpp:6:9: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6 | cin >> name;
| ^~~~
| tzname