Problem greeting
User notachicken
Submission Time 2026-04-10 14:29:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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