Problem greeting
User Xinlan
Submission Time 2023-11-08 11:00:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:7:45: error: expected ‘;’ before ‘return’
7 | cout<<"Xiao Ming ni hao, xin nian kuai le!"
| ^
| ;
8 |
9 | return 0;
| ~~~~~~