答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
I need some ( )to take the bus.
①
exchange
②
charge
③
tip
④
change
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【判断题】
A: Must I take a taxi? B: No, you must not. You can take a bus.
①
正确
②
错误
查看完整题目与答案
【单选题】
“Which of these two ties will you take?” “I’ll take ____to give me a change sometimes.”?
①
either ?
②
both ?
③
neither ?
④
all?
查看完整题目与答案
【单选题】
We’ve missed the last bus, I’m afraid we have no _______ but to take a taxi.
①
way
②
choice
③
possibility
④
selection
查看完整题目与答案
【单选题】
We’ve missed the last bus. I’m afraid we have no ________ but to take a taxi.
①
way
②
choice
③
possibility
④
selection
查看完整题目与答案
【单选题】
_______ by bus is slow and difficult in some districts.
①
Travel
②
Journey
③
Trip
查看完整题目与答案
【单选题】
A: How long does it take to get to your house by bus? B: [填空]. I think the tube is your best choice. A: Many thanks.
①
I dont know yet
②
It depends on the traffic
③
Let me see
④
Youll consider the distance
查看完整题目与答案
【单选题】
A quarter is enough of a tip for taxi-drivers. Many airports, train or bus stations now ( ) a fixed 35C to carry each bag you have
①
spend
②
cost
③
charge
④
give
查看完整题目与答案
【判断题】
Please take some photoes for me.
①
正确
②
错误
查看完整题目与答案
【单选题】
I charge the man____ receiving stolen goods.
①
in
②
with
③
at
④
on
查看完整题目与答案
【判断题】
A: Need you go yet? B: Yes, I need.
①
正确
②
错误
查看完整题目与答案
随机题目
【单选题】
函数模板定义如下: templateMax( T a, T b ,T c){c=a+b;}下列选项正确的是( )
①
int x, y; char z; Max(x, y, z);
②
double x, y, z; Max( x, y, z);
③
int x, y; float z; Max( x, y, z);
④
float x; double y, z; Max( x,y, z);
查看完整题目与答案
【单选题】
实现两个相同类型数加法的函数模板的声明是()
①
add(T x,T y)
②
T add(x,y)
③
T add(T x,y)
④
T add(T x,T y)
查看完整题目与答案
【单选题】
类模板的使用实际上是将类模板实例化成一个( )。
①
函数
②
对象
③
类
④
抽象类
查看完整题目与答案
【单选题】
设有函数模板templateQ Sum(Q x,Q y) {return (x)+(y);} 则下列语句中对该函数模板错误的使用是()
①
Sum(10,2);
②
Sum(0,7);
③
Sum(2f,0f);
④
Sum(“AB”,”CD”);
查看完整题目与答案
【单选题】
当使用ifstream定义一个文件流,并将一个打开文件的文件与之连接,文件默认的打开方式为( )
①
ios::in
②
ios::out
③
ios::trunc
④
ios::binary
查看完整题目与答案
【单选题】
若定义:string str; 当语句cinstr; 执行时,从键盘输入:Microsoft Visual Studio 0! 所得的结果是str=( )。
①
Microsoft Visual Studio 0!
②
Microsoft
③
Microsoft Visual
④
Microsoft Visual Studio 0
查看完整题目与答案
【单选题】
下列有关模板的描述错误的是( )。
①
模板把数据类型作为一个设计参数,称为参数化程序设计。
②
使用时,模板参数与函数参数相同,是按位置而不是名称对应的。
③
模板参数表中可以有类型参数和非类型参数。
④
类模板与模板类是同一个概念。
查看完整题目与答案
【单选题】
类模板的实例化( )。
①
在编译时进行
②
属于动态联编
③
在运行时进行
④
在连接时进行
查看完整题目与答案
【单选题】
下面对模板的声明,正确的是( )。
①
template
②
templateclass T1, T2
③
templateclass T1, class T2
④
templateclass T1; class T2
查看完整题目与答案
【单选题】
从一个文件中读一个字节存于char c; 正确的语句为( )
①
file.read(reinterpret_cast const char * c), sizeof(c));
②
file.read(reinterpret_cast char * c), sizeof(c));
③
file.read(const char *)(c), sizeof(c));
④
file.read((char *)c,sizeof(c);
查看完整题目与答案