Problem greeting
User GWC2724
Submission Time 2023-11-14 13:42:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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