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