Problem greeting
User Jiayue
Submission Time 2023-11-10 15:30:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:5:17: error: expected ‘;’ before ‘cout’
5 | getline(cin, s)
| ^
| ;
6 | cout << s<< " ni hao, xin nian kuai le!";
| ~~~~