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