A.Would she leave
B.If she leave
C.Were she to leave
D.If she had left
第1题:
He got up so late that he missed the school bus.(改为同义句)
He got up________ late________ ________the school bus.
第2题:
Should the vessel have no deratisation certificate at the time of her delivery,she ______ be held to be unseaworthy.
A.shall
B.should
C.may
D.would
第3题:
第4题:
________ the vessel have no safety radiotelegraphy certificate at the time of her delivery,she ________ be held to be unseaworthy.
A.If/may
B.Will/shall
C.Should/would
D.Would/should
第5题:
第6题:
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;