You should try to ____conversation with the person on your right or left, but you should not try to talk to someone who is a long way from you.
A: get into
B: get out of
C: get off
D: get on with
第1题:
A.you…your
B.you…our
C.us…our
D.us…your
第2题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第3题:
2、在循环双链表的p所指结点之后插入s所指结点的操作是()
A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;
B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;
C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;
D.s->left=p;s->right=p->right; p->right->left=s;p->right=s;
第4题:
某用户的E-mail地址为you87@online.sh.cn,则该用户的用户名为( )。
A.you87
B.online
C.sh
D.online.sh.cn
第5题:
第6题:
在循环双链表的p所指节点之后插入s所指节点的操作是
A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;
B.s->left=p;s->right=p->right;p->right->left=s;p->right=s;
C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;
D.p->right=s;p->right->left=s;s->left=p;s->right=p->right;