Problem greeting
User spidermancoolboy
Submission Time 2024-02-02 13:33:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:4:9: error: expected ‘;’ before ‘zong’
4 | getline zong;
| ^~~~~
| ;
greeting.cpp:4:14: error: statement cannot resolve address of overloaded function
4 | getline zong;
| ^
greeting.cpp:5:7: error: ‘zong’ was not declared in this scope; did you mean ‘long’?
5 | cin>>zong;
| ^~~~
| long