答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
In addition ( ) the killed and wounded, many were missing.
①
with
②
toward
③
to
④
of
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
Twenty people were _______ wounded in the air crash.
①
quickly
②
wrongly
③
bitterly
④
seriously
查看完整题目与答案
【单选题】
A group of American soldiers were walking along the road in Irap when a bomb was _____, three of whom were killed.
①
set about
②
set out
③
set up
④
set off
查看完整题目与答案
【判断题】
There were many Germans at the studium.
①
正确
②
错误
查看完整题目与答案
【判断题】
In addition to a large collection of scientific works in Chinese, our library contains many scientific books in foreign languages.
①
正确
②
错误
查看完整题目与答案
【单选题】
Many automobile accidents were ____ careless driving.
①
attributed to
②
resulted in
③
contributed to
④
raised from
查看完整题目与答案
【单选题】
He wrote a lot of novels, and many of [] were translated into English.
①
it
②
them
③
which
④
that
查看完整题目与答案
【单选题】
He wrote a lot of novels, many of [] were translated into English.
①
it
②
them
③
which
④
that
查看完整题目与答案
【单选题】
Many people who had seen the film were afraid to go to the forest when they remembered the scenes ___ people were eaten by the tiger.
①
that
②
by which
③
which
④
in which
查看完整题目与答案
【单选题】
40. Many workers were organized to clear away ______remained of the World Trade Center.
①
those
②
that
③
what
④
where
查看完整题目与答案
【单选题】
Many manufacturers were accused of concentrating too heavily on cost reduction, often at the ____ of the quality of their products.
①
expense
②
exposure
③
expansion
④
expectation
查看完整题目与答案
随机题目
【单选题】
在下面循环语句中循环体执行的次数为() for(int i=0; in/2) break;
①
n/2
②
n/2+1
③
n/2-1
④
n-1
查看完整题目与答案
【单选题】
C++程序的基本模块为()
①
字符
②
语句函数
③
源程序文件
查看完整题目与答案
【单选题】
存储以下数据,占用存储字节最多的是()
①
0
②
‘0’
③
“0”
④
0.0
查看完整题目与答案
【单选题】
以下正确的说法是()
①
用户调用标准库函数前,必须重新定义
②
用户可以重新定义标准库函数,若如此,该函数将失去原有含义
③
系统不允许用户重新定义标准库函数
④
用户调用标准库函数前,不必使用预编译命令将该函数所在文件包括到用户源文件中
查看完整题目与答案
【单选题】
在下面的一维数组定义中,哪一个有语法错误()
①
int a[]={1,2,3};
②
int a[10]={0};
③
int a[];
④
int a[5];
查看完整题目与答案
【单选题】
C++中函数返回值的类型是由()决定的。
①
return语句中表达式的类型
②
函数定义时的类型
③
调用函数时的调用语句
④
系统根据结果
查看完整题目与答案
【单选题】
能作为C++程序的基本单位是()
①
字符
②
语句函数
③
源程序文件
查看完整题目与答案
【单选题】
在下面循环语句中内层循环体S语句的执行总次数为( ) for(int i=0; i i++) for(int j=i; j j++) S;
①
n2
②
(n+1)/2
③
n(n-1)/2
④
n(n+1)/2
查看完整题目与答案
【单选题】
当处理特定问题时的循环次数已知时,通常采用()来解决
①
for循环
②
while循环
③
do循环
④
switch语句
查看完整题目与答案
【单选题】
由C++目标文件连接而成的可执行文件的默认扩展名为()
①
cpp
②
exe
③
obj
④
lik
查看完整题目与答案