Problem | greeting |
---|---|
User | ryelin |
Submission Time | 2023-11-08 09:51:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:16: error: expected ‘;’ before ‘cout’
5 | getline(cin,s)
| ^
| ;
6 | cout << s << " ni hao, xin nian kuai le!";
| ~~~~