Problem greeting
User mathemactics
Submission Time 2023-11-08 10:59:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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