Problem greeting
User aaaaaaaa
Submission Time 2023-11-15 11:21:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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