【单选题】【消耗次数:1】
He used to in a small village, but now he has been used to in the big city.
live, living
live, live
living, living
living, live.
参考答案:
复制
纠错
相关题目
【单选题】 The house __________ he used to live in is a library now.
①  which
②  where
【单选题】 “Uncle Li used to live in the town, ____ he?”
①  weren’t
②  didn’t
③  wouldn’t
④  hadn’t
【单选题】 Little Tom is an orphan(孤儿). _____, he has to make a living by himself.
①  A child as he is
②  Child as he is
③  Child as is he A child though he is
【单选题】 _____ people there are in a city, _____ I want to live there.
①  More; more
②  The more; the less
③  The more; the most
④  The more; the least
【单选题】 By the time he was twelve, Edison____ to make a living by himself.
①  would begin
②  has begun
③  had begun
④  was begun
【单选题】 He believed his lucky number was ten, so he decided to live on the ______ floor.
①  lowest
②  ten
③  tenth
【单选题】 He wished to earn a living through writing but ( ) doing so.
①  succeeded in
②  was proud of
③  despaired of
④  was pleased with
【单选题】 Air pollution __________ , this city is still a good place to live in.
①  being greatly reduced
②  greatly being reduced
③  to greatly reduce
④  greatly to reduce
【单选题】 I’11 send you my address ____ I find somewhere to live. ?
①  although ?
②  as ?
③  while ?
④  once ?
【单选题】 Eeveryone is working harder and living a happier life now, _________ ?
①  arent they
②  arent we
③  isnt it
④  isnt one
随机题目
【单选题】 构成C源程序的基本单位是()
①  语句
②  变量
③  运算符
④  函数
【单选题】 t和q分别指向图中所示结点:ptq↓↓↓┌──┬──┐┌──┬──┐┌──┬──┐│data│next┼→│data│next┼→│data│next┼→...└──┴──┘└──┴──┘└──┴──┘现要将t和q所指结点的先后位置交换,同时要保持链表的连续,以下错误的程序段是()
①  t-next=q-p-next=q;q-next=t;
②  p-next=q;t-next=q-q-next=t;
③  q-next=t;t-next=q-p-next=q;
④  t-next=q-q-next=t;p-next=q;
【单选题】 下列程序段中,非死循环的是()。
①  inti=100;while(1){i=i%100+1;if(i=100)break;}
②  intk=0;do{++k;}while(k
③  ints=10;while(++s%2+s%2)s++;
④  for(;;)
【单选题】
①  5
②  7
③  10
④  0
【单选题】
①  -1
②  1
③  0
④  5
【单选题】 下面关于C语言变量的叙述中,错误的是()。
①  可以用define关键字定义变量
②  变量名用大小写字母是有区别的
③  C语言允许不同基本类型的变量之间进行混合运算
④  C语言中要求对变量作强制定义的主要理由是:便于确定类型和分配空间
【单选题】
①  0
②  1
③  9
④  20
【单选题】 若有定义:inta;则表达式(B)不能用来判断a值为奇数是“真”,偶数是“假”。
①  a%2==1
②  !(a%2)
③  a%2
④  !(a%2==0)
【单选题】 以下程序的运行结果是()。voidmain(){ints=0,i=0;while(i8){i++;if(i%2==0)continue;s+=i;}printf("%d\n",s);}
①  36
②  7
③  16
④  12
【单选题】
①  7
②  8
③  9
④  80