更多“More than a quarter of the winners were so scared of facing the disapproval of the greed of others that they seldom told a single other person about their windfall.() ”相关问题
  • 第1题:

    I ________ her to marry me and she agreed.

    A. ask

    B. asked

    C. told


    参考答案:B

  • 第2题:

    The after part of a ship is called__ _ (船尾) .

    A.head

    B.tail

    C.stern

    D.quarter


    正确答案:C

  • 第3题:

    __________

    A.rare
    B.fare
    C.scare
    D.are

    答案:D
    解析:

  • 第4题:

    In his composition there are ________errors _______a few misspellings.

    A: no other ... than

    B: some other ... than

    C: more ... than

    D: other ... than


    参考答案: A

  • 第5题:

    A) stated

    B) remarked

    C) said

    D) told


    正确答案:C
    答案:C
    [试题分析] 习惯用法。
    [详细解答] 所填词显然表示“据说……”,这里只能用 said,故答案为C。

  • 第6题:

    Person类可能的拷贝构造函数格式为:

    A.Person(){}

    B.Person(Person *p){}

    C.Person(Person &p){}

    D.Person(Person p){}


    Person(const Person& p);