Problem greeting
User lynovyl
Submission Time 2024-08-01 19:06:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp:7:22: error: missing terminating " character
7 | cout << S << "," << "xin nian kuai le!;
| ^~~~~~~~~~~~~~~~~~~
greeting.cpp: In function β€˜int main()’:
greeting.cpp:8:1: error: expected primary-expression before β€˜}’ token
8 | }
| ^