更多“_________three months ago I could not have negotiated this deal. ”相关问题
  • 第1题:

    I ()have been here, but I()not find the time.

    A. could; could

    B. might; could

    C. should; could

    D. should; would


    参考答案:C

  • 第2题:

    What a waste! Why do you () the water () all the time ?

    A、have…flowing

    B、have…flow

    C、have…to flow

    D、have…flowed


    参考答案:A

  • 第3题:

    According to the law, all foreigners have to _____________ with the local police within two weeks of arrival.

    A.register
    B.associate
    C.negotiate
    D.dispute

    答案:A
    解析:
    考查动词辨析。句意为“根据法律规定,所有的外国人都必须在到达后的两周内到当地警局登记”。register“登记,注册”,associate“联想,联合,交往”,negotiate“协商,谈判,交涉”,dispute“争论,辩驳”。根据题意,这里说的是在警署登记注册,register with表示“在……处登记”,故选A。

  • 第4题:

    —I'd met Smith several times before.—So (have) ( ) I.


    正确答案:had

  • 第5题:

    下列程序的输出结果是______。 include class base { int x,y; public: base(int i,i

    下列程序的输出结果是______。

    include<iostream.h>

    class base

    {

    int x,y;

    public:

    base(int i,int j){x=i;y=j;}

    virtual int add( ){return x+y;}

    };

    class three:public base

    {

    int z;

    public:

    three(int i,int j,int k):base(i,j){z=k;)

    int add( ){return(base::add( )+z);}

    };

    void main( )

    {

    three*q=new three(10,20,30);

    cout<<q->add( )<<endl;

    }


    正确答案:60
    60 解析:本题考察继承中子类对父类的继承方式,注意子类的add成员函数,它直接使用了父类的成员函数进行运算。

  • 第6题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。