Problem greeting
User avocadothefirst
Submission Time 2025-08-22 09:37:04
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 << name + " ni hao, xin nian kuai le!"
| ^
| ;
8 | return 0;
| ~~~~~~