Problem greeting
User dayeetmaster
Submission Time 2024-01-31 10:45:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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