Problem greeting
User ZRDI
Submission Time 2024-04-12 13:37:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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