Problem greeting
User Um
Submission Time 2023-08-03 23:10:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:14: error: expected ‘;’ before ‘cout’
6 | cin>>name
| ^
| ;
7 |
8 | cout << name << " ni hao, xin nian kuai le!" << endl;
| ~~~~