Problem greeting
User darius0
Submission Time 2024-12-04 14:13:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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