Problem greeting
User JJYZZ
Submission Time 2025-01-07 12:26:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function β€˜int main()’:
greeting.cpp:9:14: error: expected β€˜;’ before string constant
9 | cout << name "ni hao, xin nian kuai le!";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ;