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