Problem greeting
User mandychew
Submission Time 2023-01-15 17:01:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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