Problem greeting
User Hiya123
Submission Time 2023-11-08 10:59:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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