Problem greeting
User asbx
Submission Time 2023-11-08 10:52:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:8:5: error: expected ‘;’ before ‘x’
8 | cin x;
| ^~
| ;
greeting.cpp:9:6: error: expected ‘;’ before ‘x’
9 | cout x+" ni hao, xin nian kuai le!"
| ^~
| ;