Problem greeting
User rhea61
Submission Time 2023-11-08 12:36:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:8:41: error: expected ‘;’ before ‘return’
8 | cout << s+ "ni hao, xin nian kuai le!"
| ^
| ;
9 |
10 | return 0;
| ~~~~~~