Problem | greeting |
---|---|
User | RendezvousAnonymous |
Submission Time | 2023-11-08 10:54:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:93:40: error: expected ‘;’ before ‘cout’
93 | name = s + "ni hao, xin nian kuai le!"
| ^
| ;
94 | cout << name;
| ~~~~