Problem | greeting |
---|---|
User | Hunchbacker9000 |
Submission Time | 2024-02-23 12:22:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:12:35: error: expected ‘;’ before ‘cout’
12 | s += " ni hao, xin nian kuai le!"
| ^
| ;
13 |
14 | cout << s;
| ~~~~