第三节 短文理解 2 阅读下列短文,从[A]、[B]、[C]三个选项中选择—个正确答案。 请根据下面短文回答第61~65题: Excuse me, Mrs. Jones. Would you mind doing me a favor I was just going out shopping. But as soon as I shut my front door, I realized that I had left my key in the house. So when I got back, I’ll not be able to get in. It was very silly of me. I needn’t have come out at all, because all the vegetables and fruits had been bought by my husband. I only wanted some salt. May I come and climb over the fence into my back garden That’s very kind of you. I wish I didn’t give so much trouble. Mrs. Jones
给定程序MODI1.C中函数Creatlink的功能是创建带头结点的单向链表,并为各结点数据域赋0~(m-1)的值。 请改正程序中的错误,使它能得出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。 文件MODI1.C内容如下: #include<stdio.h> #include<stdlib.h> typedef struet aa int data; struct aa *next; NODE; NODE *Creatlink(int m) NODE *h=NULL,*p,*s; int i; /**********found**********/ P=(NODE)malloc(sizeof(NODE)); h=p; p->next=NULL; for(i=0;i<m;i++) s=(NODE *)malloc(sizeof(NODE)); s->data=i: s->next=p->next; p->next=s; p=p->next; /**********found**********/ return p; void outlink(NODE *h) NODE *p; p=h->next; printf("\n\nTHE LIST: \n\n HEAD"); while(p) printf("->%d",p->data); p=p->next; printf("\n"); void main() NODE *head; head=Creatlink(8); outlink(head);
Questions 19 to 22 are based on the conversation you have just heard.
A. It helped students with spelling and adding.
B. It helped students become familiar with a variety of goods.
C. Students might order things from the catalog.
D. Schools were short of textbooks at that time.
阅读下面短文,从短文后所给的[A]、[B]、[C]三个选项中选出能填入相应空白处的最佳选项。 Every Saturday, Mr. Brown went (Example: (0) ) the market to buy food and other things. He put (41) in a big basket. He was old and weak, so he always (42) a man to carry the basket home for him. But one Saturday, while he (43) home in front of the man with (44) , the man ran away (45) it. The next week, when Mr. Brown went to the market again , a friend of his said , "Look, (46) ! That man took away your food last week ! " Mr. Brown at once ran behind a shop, and stayed there (47) the man left the market. His friend was very (48) , "Why did you do that. he asked. "Well, "said Mr. Brown, "that man was carrying my basket when he left me a week ago. He will want me to pay him for (49) , and that (50) me more than a basket full of food."
A. walked
B. was walking
C. left