【单选题】【消耗次数:1】
He said he would continue a support us we didn’t break the rules.
as well as
as soon as
as far as
as long as
参考答案:
复制
纠错
相关题目
【单选题】 He said he would continue a support us _____ we didn’t break the rules.
①  as well as
②  as soon as
③  as far as
④  as long as
【单选题】 He said he would never be intimidated _____ what he didn’t like by big names and authorities.
①  do
②  to do
③  did
④  into doing
【单选题】 06. He spoke so quickly that I didn t _________ what he said.
①  makefor
②  makesure
③  makeover
④  makeout
【单选题】 When he was 65,he[填空] that he didn’t want to stop
①  decided
②  decides
③  will decide
④  is deciding
【单选题】 It was clear that much of what he said was far ____ the truth.
①  for
②  from
③  at
④  to
【单选题】 He didn’t pass the final examination. He ______ it.
①  must have prepared for
②  ought to prepare
③  ought to have prepared for
④  ought to prepare to
【单选题】 We were all surprised when he made it clear that he _____________office soon.
①  leaves
②  would leave
③  left
④  had left
【单选题】 Having no money but _______ to know, he simply said he would go without dinner.
①  not to want anyone
②  not wanting anyone
③  wanted no one
④  to want no one
【单选题】 It won’t be long ____ we know each other well.
①  after
②  until
③  when
④  before
【单选题】 5.Nobody would believe his words though he said he was ______ of the crime.
①  pure
②  clear
③  innocent
④  guilty
随机题目
【单选题】 若a是单精度实型变量,c是基本整型变量,以下正确的输入语句是()
①  scanf(%f%d,a,c);
②  scanf(%f%d,&a,&c);
③  scanf(%f%f,&a,&c);
④  scanf(%d%f,&a,&c);
【单选题】 美国信息交换标准代码简称()。
①  ASCII码
②  BCD码
③  GB-32码
④  8421码
【单选题】 student是一个结构体类型,则结构体变量定义正确的是()
①  struct student a
②  a student
③  struct a
④  以上都不对
【单选题】 设变量定义为charformat[]=“s=%d\n”;则数组format中有()个元素。
①  4
②  5
③  6
④  7
【单选题】 下列数组定义、初始化或赋值语句中,正确的是()
①  intx[5]={1,2,3,4,5,6};
②  intn=8;intscore[n];
③  inta[8];a[8]=100;
④  intx[]={1,2,3,4,5,6};
【单选题】 若变量已正确定义,和语句“if(a>b)k=0;else k=1;”等价的是()
①  k=(a;b)?1:0;
②  k=a;b;
③  k=a;=b;
④  a;=b?0:1;
【单选题】 已知字母a的ASCII十进制代码为97,则执行下列语句后的输出结果为(). char a=a; a--; printf(%d,%c\n,a+2-0,a+3-0);
①  b,c
②  a--运算不合法,故有语法错
③  98,c
④  格式描述和输出项不匹配,输出无定值
【单选题】 程序中调用了库函数exit,必须包含头文件()。
①  string.h
②  stdlib.h
③  ctype.h
④  math.h
【单选题】 执行循环语句for (x=0,y=0;(x!=3)&&(x<8);x++)y++;后y 的值是()。
①  3
②  8
③  0
④  不确定
【单选题】 若用数组名作为函数调用的实参,传递给形参的是()。
①  数组的首地址
②  数组中第一个元素的值
③  数组中的全部元素的值
④  数组元素的个数