Problem greeting
User boomphcoding
Submission Time 2024-02-13 09:29:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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