Problem greeting
User Dolphy
Submission Time 2023-01-04 20:06:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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