Problem greeting
User itchydeez
Submission Time 2023-11-08 11:32:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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