Problem | greeting |
---|---|
User | polyda |
Submission Time | 2024-10-18 21:38:05 |
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!" << endl;
| ~~~~