Problem greeting
User briyanii
Submission Time 2024-01-22 10:59:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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