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

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:42: error: expected ‘;’ before ‘}’ token
6 | cout << a << "ni hao, xin nian kuai le!"
| ^
| ;
7 | }
| ~