Problem greeting
User SioHuang
Submission Time 2023-11-08 11:00:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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