Problem | greeting |
---|---|
User | melonat |
Submission Time | 2024-02-07 10:31:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp:10:18: error: missing terminating " character
10 | cout << name << " ni hao, xin nian kuai le!
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
greeting.cpp:11:2: error: missing terminating " character
11 | ";
| ^~
greeting.cpp: In function βint main()β:
greeting.cpp:12:1: error: expected primary-expression before β}β token
12 | }
| ^