Problem greeting
User RendezvousAnonymous
Submission Time 2023-11-08 10:53:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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