【简答题】【消耗次数:1】
Translate the following sentence into English.乍一看这是一道难题。
参考答案:
复制
纠错
相关题目
【简答题】 Translate the following sentence into English.这是一次重要的会议,请务必不要迟到。
【简答题】 Translate the following sentence into English.老人非常遗憾一生一事无成。
【简答题】 Translate the following sentence into English.我刚到家电话就响了。
【简答题】 Translate the following sentence into English.周教授一生都致力于语言教学事业。
【简答题】 Translate the following sentence into English.他们终于想出了一个好主意来解决这个问题。
【简答题】 Translate the following sentence into English.老师要求她这个学期要投入到学习之中。
【简答题】 Translate the following sentence into English.他比赛失败在很大程度上是由于粗心。
【简答题】 Translate the following sentence into English.她一点也不生气。事实上,她还有一点高兴。
【简答题】 Translate the following sentence into English.直到20世纪早期女性才有投票权。
【简答题】 Translate the following sentence into English.在他开始欧洲之行之前,我们希望他旅途愉快。
随机题目
【单选题】 字符串”a+b=12\n”的长度为()。
①  6
②  7
③  8
④  9
【单选题】 C++源程序文件的默认扩展名为()。
①  cpp
②  exe
③  obj
④  lik
【单选题】 x0|| y==5的相反表达式为()。
①  x=0 || y!=5
②  x=0 y!=5
③  x0 || y!=5
④  x0 y==5
【单选题】 C++程序的基本模块为()。
①  表达式
②  标识符
③  语句
④  函数
【单选题】 能作为C++程序的基本单位是()。
①  字符
②  语句
③  函数
④  源程序文件
【单选题】 以下标识符中不全是保留字的是()。
①  caseforint
②  defaultthenwhile
③  boolclasslong
④  gotoreturnchar
【单选题】 设x和y均为bool量,则x || y为假的条件是()。
①  它们均为真
②  其中一个为真
③  它们均为假
④  其中一个为假
【单选题】 程序中主函数的名字为()。
①  main
②  MAIN
③  Main
④  任意标识符
【单选题】 设”int a=15,b=26;”,则”cout(a,b);”的输出结果是()。
①  15
②  26,15
③  15,26
④  26
【单选题】 设x是一个bool型的逻辑量,y的值为10,则表达式 x y的值为()。
①  1
②  0
③  与x值相同
④  与x值相反