【单选题】【消耗次数:1】
I am sorry I have no time at present to ____ more detail or give you an account of other cities of interest.
bring into
take into
come into
go into
参考答案:
复制
纠错
相关题目
【单选题】 Do you have any ice? I am used to have a nightcap before I go to bed.What is the meaning of the word “nightcap”?
①  沐浴
②  夜读
③  夜宵
④  睡前饮料
【单选题】 —I want to have my CD player fixed, but I cant find a repair shop. —Oh, I know_____ . Come on, Ill take you there.
①  one
②  the one
③  ones
④  many
【单选题】 A: Richard, class begins at 9, and you are late. B: I know, but I missed my bus, Im sorry. B: [填空]. You have to be here on time.
①  Thats no excuse
②  Dont mention it
③  You neednt be
④  No problem
【单选题】 ---When do you wish to visit Canada?---- _____________I am settled, I’ll go there.
①  As
②  Since
③  Once
④  While
【单选题】 — Oh, Im sorry. But I promise Ill be more careful next time.— _______________________.
①  Its nothing
②  Oh, never mind. It doesnt matter
③  Thank you
④  There are no questions
【判断题】 A: What time is it? B: Sorry, I dont have a watch with me.
①  正确
②  错误
【单选题】 I am a bit ( ) at the moment. Can you come back later?
①  tied over
②  tied out
③  tied up
④  tied
【单选题】 With so much I am not sure if Ill have time for the game.
①  do
②  doing
③  did
④  to do
【单选题】 A: Mary, Im very sorry to tell you that I wont be able to come this Friday. B: Whats the matter? [填空].
①  Nothing wrong, I hope
②  Its all right with me
③  Im really sorry for that
④  You can come some other time
【判断题】 A: Do you have the time? B: Of course, I have.
①  正确
②  错误
随机题目
【单选题】 在一个具有n个顶点的有向图中,若所有顶点的出度数之和为s,则所有顶点的入度数之和为( )。
①  s
②  s-1
③  s+1
④  n
【单选题】 在一个具有n个顶点的无向完全图中,所含的边数为( )。
①  n
②  n(n-1)
③  n(n-1)/2
④  n(n+1)/2
【单选题】 如果F是由有序树T转换而来的二叉树,那么T中结点的前序就是F中结点的( )。
①  中序
②  前序
③  后序
④  层次序
【单选题】 线索二叉树中,结点p没有左子树的充要条件是( )。
①  p->lc=NULL
②  p->ltag=1
③  p->ltag=1 且p->lc=NULL
④  以上都不对
【单选题】 在一棵具有5层的满二叉树中结点总数为( )。
①  31
②  32
③  33
④  16
【单选题】 在一个具有n个顶点和e条边的无向图的邻接表中,边结点的个数为( )。
①  n
②  n*e
③  e
④  2e
【单选题】 对于一个无向图,下面( )种说法是正确的。
①  每个顶点的入度等于出度
②  每个顶点的度等于其入度与出度之和
③  每个顶点的入度为0
④  每个顶点的出度为0
【单选题】 由权值分别为3,8,6,2,5的叶子结点生成一棵哈夫曼树,它的带权路径长度为( )。
①  24
②  48
③  72
④  53
【单选题】 若一个图的边集为{(A,B),(A,C),(B,D),(C,F),(D,E),(D,F)},则从顶点A开始对该图进行深度优先搜索,得到的顶点序列可能为( )。
①  A,B,C,F,D,E
②  A,C,F,D,E,B
③  A,B,D,C,F,E
④  A,B,D,F,E,C
【单选题】 若一个图的边集为{(A,B),(A,C),(B,D),(C,F),(D,E),(D,F)},则从顶点A开始对该图进行广度优先搜索,得到的顶点序列可能为( )。
①  A,B,C,D,E,F
②  A,B,C,F,D,E
③  A,B,D,C,E,F
④  A,C,B,F,D,E