网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Last night, I had to walk home.No one would give me ( ).

A.a lift

B.a book

C.a car


参考答案

更多 “ Last night, I had to walk home.No one would give me ( ). A.a liftB.a bookC.a car ” 相关考题
考题 My parents’ divorce _______ a big effect _______ me. (A)brought … into(B) brought … to(C) took … on(D) had … on

考题 to, I, how, last, winter, skate, learned__________________________________________________________________________.

考题 ( 10 )执行下列程序,显示的结果是 【 10 】 。one= "WORK"two = ""a = LEN ( one )i = aDO WHILE i=1two = two + SUBSTR ( one ,i , 1 )i=i - 1ENDDO? two

考题 I _____my breakfast at 8, but_____ I lunch yet. .A. had, haven't hadB. had, didn't haveC. have had, didn't have

考题 I __________ along the street when he shouted at me.A. walkedB. was walkingC. walk

考题 I _______ him study hard until he passes the exam. A.askB.madeC.letD.had

考题 I () roast leg of lamb, please.A、will likeB、would likeC、would

考题 —Why didn't you go to the cinema yesterday?—I______, but my daughter returned from America the moment I was leaving.A. didB. wouldC. was going toD. had

考题 2、在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是A.j = i; j< = PtrL->Last; j++B.j =PtrL->Last; j>= i; j--C.j = i-1; j< = PtrL->Last; j++D.j =PtrL->Last; j>= i-1; j--

考题 在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是A.j = i; j< = PtrL->Last; j++B.j =PtrL->Last; j>= i; j--C.j = i-1; j< = PtrL->Last; j++D.j =PtrL->Last; j>= i-1; j--