Problem | greeting |
---|---|
User | asbx |
Submission Time | 2023-11-08 10:52:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:8:2: error: expected initializer before ‘cin’
8 | cin x;
| ^~~
greeting.cpp:9:6: error: expected ‘;’ before ‘x’
9 | cout x+" ni hao, xin nian kuai le!";
| ^~
| ;