Problem greeting
User Haocheng
Submission Time 2024-11-07 10:04:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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