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