Problem greeting
User smartsword
Submission Time 2025-07-09 16:27:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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