Problem greeting
User friendlyfexr
Submission Time 2026-06-29 20:52:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp:7:20: error: missing terminating " character
7 | cout << name + " ni hao, xin nian kuai le!;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
greeting.cpp: In function β€˜int main()’:
greeting.cpp:8:1: error: expected primary-expression before β€˜}’ token
8 | }
| ^