A. give up
B. stop
C. remove
D. cancel
第1题:
A、I am sorry.
B、No, you can’t.
C、Is that OK?
D、I think you’ll make it in plenty of time.
第2题:
A.Would you like
B.What about
C.Why don’t you
第3题:
第4题:
It was raining outside, I ( ) one umbrella and walked out.
A.picked up
B.take up
C.have
D.make
第5题:
●试题二
阅读下列函数说明和C代码,将应填入(n)处的字句写在答题纸的对应栏内。
【说明】
该程序运行后,输出下面的数字金字塔
【程序】
include<stdio.h>
main ()
{char max,next;
int i;
for(max=′1′;max<=′9′;max++)
{for(i=1;i<=20- (1) ;++i)
printf(" ");
for(next= (2) ;next<= (3) ;next++)
printf("%c",next);
for(next= (4) ;next>= (5) ;next--)
printf("%c",next);
printf("\n");
}
}
第6题:
【单选题】原文:这批货物延期了,真令人扫兴。译文:To my ____, this shipment was postponed.
A.disappointment
B.appointment