Problem | greeting |
---|---|
User | wtnetlegend |
Submission Time | 2025-02-04 18:29:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp:6:17: error: missing terminating " character
6 | cout << s + " ni hao, xin nian kuai le!”;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
greeting.cpp: In function ‘int main()’:
greeting.cpp:7:2: error: expected primary-expression before ‘}’ token
7 | }
| ^