喷射混凝土采用的速凝剂应保证初凝时间不大于( )min。
A.5B.10C.15D.30
参考答案:A
There is no other man in history than Thomas Jefferson who formulated the ideas of democracy with such fullness, persuasiveness and logic.
A.developed
B.expressed
C.established
D.put forward
有以下程序: void main() int i; for(i=0;i<3;i++) switch(i) case 1: printf("%d",i); case 2:printf("%d",i); default: printf("%d",i+1); 执行后输出的结果是( )。
A.111223 B.123C.011023 D.122