Problem greeting
User Haocheng
Submission Time 2024-11-07 10:06:19
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:7:12: error: expected primary-expression at end of input
7 | cout << a << " ni hao, xin nian kuai le!”; }
| ^~
greeting.cpp:7:12: error: expected ‘}’ at end of input
greeting.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^