The manager needs an assistant that he can ________ to take care of problems in his absence.
A) count on B) count in
C) count up D) count out
选A count on 依靠,指望
译:经理需要一位他能依靠的在他缺席时能处理问题的助理。
count in算上,把某人算在内
count up加起来总共
count out逐一数数,把。。排除在外
这些意思都不对
第1题:
He______________be hungry一he's just had lunch.
A. can't
B. must
C. ought to
D. might
第2题:
A. can’t go
B. can’t have gone
C. didn’t go
第3题:
Manager和Agent间,Manager是客户机,Agent是服务器。()
第4题:
Shop-assistant: May I help you, sir?
Mr. Blair: Er…I want to buy my wife a gift for Christmas, but I don’t know what she would like.
Shop-assistant: _______________________ These are all from Paris.
Mr. Blair: No. She has very good taste in clothes. I don’t want to take the risk.
A: Do you want to buy a pair of shoes?
B: What about a gold necklace?
C: How about an evening gown?
D: Don’t you think a gold watch would be very nice?
第5题:
A.CAN 2.0A,CAN 2.0C
B.CAN 2.0C
C.CAN 2.0B,CAN 2.0C
D.CAN 2.0A,CAM 2.0B
第6题:
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?
A.Manager::Manager(int n):id(n){}
B.Manager::Manager(int n){id=n;}
C.Manager::Manager(int n):Employee(n){}
D.Manager::Manager(int n){Employee(n);}