Problem greeting
User zyh255
Submission Time 2022-12-26 09:17:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp:6:15: error: missing terminating " character
6 | cout << x << " ni hao, xin nian kuai le!”;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
greeting.cpp: In function ‘int main()’:
greeting.cpp:7:1: error: expected primary-expression before ‘}’ token
7 | }
| ^