Problem greeting
User Usu
Submission Time 2025-07-29 15:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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