Problem greeting
User isaackhong
Submission Time 2023-01-09 18:07:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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