Problem greeting
User Andrew
Submission Time 2024-10-27 13:51:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:45: error: expected ‘;’ before ‘}’ token
6 | cout << name + " ni hao, xin nian kuai le!"
| ^
| ;
7 | }
| ~