Problem greeting
User Priyankha13
Submission Time 2023-11-08 09:24:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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