Problem | greeting |
---|---|
User | shenshiqi |
Submission Time | 2025-03-03 15:33:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:20: error: expected ‘;’ before ‘cout’
5 | getline(cin, name)
| ^
| ;
6 | cout << name << "ni hao, xin nian kuai le!" << endl;
| ~~~~