【单选题】【消耗次数:1】
A: How long can I keep the book? B: [填空].
Any period longer than four weeks, you will be fined
Four weeks, but you can renew it if you need it longer
You can check it on the computer over there
At most four weeks if you dont mind
参考答案:
复制
纠错
相关题目
【单选题】 How can you keep the machine ()when you are away?
①  run
②  to run
③  running
④  being run
【单选题】 how long can I stay in the mountain ? ( ) you like.
①  As far as
②  As well as
③  As soon as
④  As long as
【单选题】 You can increase your_________ a quarter or half mile every two weeks or so.
①  difficulty
②  discovery
③  disagreement
④  distance
【单选题】 A: Must I take a train? B: No, you [填空]. You can take a plane.
①  dont
②  must not
③  dont have to
④  can not
【单选题】 You________return the book now. You can keep it till next week if you like.
①  cant
②  mustnt
③  neednt
④  may not
【单选题】 A: Is there anything I can do for you? B: [填空], there is something.
①  No, nothing
②  Well, now that you ask
③  Nothing I can think of
④  If you ask me
【单选题】 Can I help you with the bag?
①  No, no. I can take it myself
②  Thank you
③  Sorry, you can’t
④  No, I’m all right
【单选题】 12.You _____ return the book now. You can keep it till next week if you like.
①  cant
②  mustnt
③  neednt
④  may not
【判断题】 A: Do you think I can use your computer for one day? B: No you cant.
①  正确
②  错误
【单选题】 You can take any apple ____________ you like.
①  that
②  which
随机题目
【单选题】 下面的循环语句执行完毕后,循环变量k的值是()。int k=1;while (k++< 10);
①  10
②  11
③  9
④  无限循环,值不确定
【单选题】 汉诺塔中,如果有n个盘子,最少需要移动()步可以完成。
①  2的n次方
②  2的n次方-1
③  2的n次方+1
④  2*n-1
【单选题】 若有定义:int a[][3]={1,2,3,4,5,6,7,8};,则a数组的行数为()
①  无确定值
②  3
③  2
④  1
【单选题】 在下列语句中,常用于多分支情况的是()。
①  if
②  if-else
③  switch
④  else-if-else
【单选题】 若有定义:int a[3][4];则表达式&a[2][1]-a的值为()。
①  7
②  8
③  9
④  10
【单选题】 下列各语句序列中,能够且仅输出整型变量a、b中最大值的是()。
①  if(ab)printf(%d\n,a);printf(%d\n,b);
②  printf(%d\n,b);if(ab)printf(%d\n,a);
③  if(ab)printf(%d\n,a);elseprintf(%d\n,b);
④  if(ab)printf(%d\n,a);printf(%d\n,b);
【单选题】 若变量已正确定义并且指针p已经指向某个变量x,则(*p)++相当于()
①  p++
②  x++
③  *(p++)
④  x++
【单选题】 算术运算符、赋值运算符和关系运算符的运算优先级按从高到低依次为()。
①  算术运算、赋值运算、关系运算
②  算术运算、关系运算、赋值运算
③  关系运算、赋值运算、算术运算
④  关系运算、算术运算、赋值运算
【单选题】 通过输入设备,将数据输入到程序的操作是()。
①  输入
②  输出
③  修改
④  判断
【单选题】 在C语言中,有以下二维数组的定义inta[3][5];如想引用第五个元素,则书写()。
①  a[4]
②  a[5]
③  a[0][4]
④  a[1][5]