Problem greeting
User monke
Submission Time 2026-03-06 14:10:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:42: error: expected ‘}’ at end of input
6 | cout<<name<<" ni hao, xin nian kuai le!";
| ^
greeting.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^