Problem greeting
User superG
Submission Time 2025-02-16 20:05:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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