【单选题】【消耗次数:1】
[填空]?a?sunny?morning,?I?met?her?in?the?post office.
In
On
?At
?For
参考答案:
复制
纠错
相关题目
【单选题】 There is a bank [填空] the school [填空] the post office.
①  between and
②  from to
③  on in
④  in for
【单选题】 I remember her face but I cannot___ where I met her.
①  recall
②  remind
③  remark
④  remember
【单选题】 10. _____ was ________ who I met in the museum this morning.
①  him
②  he
③  That; he
④  That; him
【单选题】 We hadnt met for 20 years, but I recognized her ______I saw her.
①  for the moment
②  the moment when
③  at the moment when
④  the moment
【单选题】 We hadnt met for 20 years, but I recognized her ______I saw her.
①  for the moment
②  the moment when
③  at the moment when
④  the moment
【单选题】 ---Excuse me.---___________. ---How can I get to the nearest post office?
①  Yes?
②  That’s OK.
③  How come?
④  Pardon?
【单选题】 — Good morning, Dr Johnsons office. Can I help you?— _______________________.
①  Speaking, please
②  Id like to make an appointment, please
③  Yes, go on
④  No, you cant
【单选题】 Good morning, Dr Johnson’s office. Can I help you?
①  Speaking, please
②  I’d like to make an appointment, please
③  Yes, go on
④  No, you can’t
【多选题】 A: ________________ get off?B: Get off at the post office.
①  Where should I
②  What should I
③  Can you tell me where to
④  Can you tell me what to
【单选题】 Those who have applied for the post()in the office.
①  are being interviewed
②  are interviewing
③  interviewing
④  to be interviewing
随机题目
【单选题】 以下可以正确计算s=12345的程序段是)
①  fori=1;i<=5;i++)
②  fori=1;i<=5;i++){s=1;{s=0;s=si;}s=si;}
③  s=1;
④  s=0;fori=1;i<=5;i++)fori=1;i<=5;i++)s=si;s=si;
【单选题】 ()是不正确的字符常量
①  n
②  1
③  a
④  /101
【单选题】 定义一个有4个元素的一维整型数组,正确的是
①  floata[4];
②  inta[]={1,2,3,4,5};
③  inta[]={1,2,3};
④  inta[4]={1}
【单选题】 在C语言的算术运算符中只能用于整型数的运算符是
①  ++
②  /
③  %
【单选题】 执行以下程序段后、变量a,b,c的值分别是一。intx=10,y=9;inta,b,c;a=--x==y++)?--x:++y;b=x++;c=y;
①  a=9,b=9,c=9
②  a=8,b=8,c=10
③  a=9,b=10,c=90)a=1,b=11,c=10
【单选题】 ()把x、y定义成float类型变量,并赋同一初值3.14
①  floatx,y=3.14;
②  floatx,y=23.14;
③  floatx=3.14,y=x=3.14;
④  floatx=y=3.14
【单选题】 以下对一维整型数组a的正确说明是
①  inta10);
②  intn=10,a[n];
③  intn;
④  #defineSIZE10;scanf%,inta[SIZE];inta[n];
【单选题】 请阅读以下程序#includemain){floata,bscanf%f,ifa<10.0)b=1.0/x;elseifa<0.5)&&a!=2.0))b=1.0/a十2.0);elseifa<10.0)b=1.0/x;elseb=10.0;printf%f\n,y);}若运行时输入2.0回车),则上面程序的输出结果是:
①  0.000000
②  0.500000
③  1.000000
④  0.250000
【单选题】 已知整型变量k的值为3,下面程序段执行的结果是)switchk){case1:putchar‘A’);break;case2:putchar‘B’);break;case3:putchar‘C’);case4:putchar‘D’);default:putchar‘E’);}
①  CDE
②  C
③  ABC
④  ABCD
【单选题】 不正确的标识符是
①  _a2
②  2ai
③  a2_i
④  Int