有以下程序 main() { int i; for(i=0;i<3;i++) switch(i) { case 0: prinft("%d",i); case 2: prinft("%d",i); default:prinft("%d",i); } } 程序运行后的输出结果是
A. 22111
B. 21021
C. 122
D. 12
查看答案
对于环境与建筑的保护,我们一直局限在那些大家都认为有高度历史或文化价值的部分,而对于那些历史不算久远,或者根本就不被认为有特殊意义的环境与建筑,对于那些相对只是绿叶角色的城市建筑环境都非常漠视。我们虽然可以拆掉这些旧工业文明的老建筑,建造一大批摩天大楼,但是十年,二十年之后,下一代就要开始批评我们曾经的鲁莽了,我们要世代居住的这座城市已经失去了一段记忆,而那是上世纪中国城市最骄傲的工业文明具象的记忆。所以我认为应该保护她,尽可能留下她美丽或者被人认为不很美丽的有形的载体。
文中“有形的载体”指的是:
The passage tells us that proof of life on Mars would______.
A. make clear the complex chemistry in the development of life
B. confirm the suggestion that bacterial fossils traveled to Earth on a meteorite
C. reveal the kind of conditions under which life originates
D. provide an explanation why life is common in the universe
【B15】
A. which
B. when
C. because
D. but
有以下程序: int fun1(double A) {return a*=a;} int fun2(double x,double y) { double a=0,b=0; a=fun1(x);b=funl(y); return(int)(a+B) ; } main() { double w;w=fun2(1.1,2.0);……} 程序执行后变量w中的值是()。
A. 5.21
B. 5
C. 5
D. 0