Problem greeting
User nzx
Submission Time 2025-08-17 09:28:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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