8米跨度的梁底模拆除时,混凝土强度不应低于设计强度标准值的100%。
参考答案:对
______ people are standing outside the office. _____ people there is at least over 1,000.
A.A number of; A number of
B.The number of; The number of
C.A number of; The number of
D.The number of; A number of
有以下程序 main() { int p[8]={11,12,13,14,15,16,17,18},i=0,j=0; while(i++<7)if(p[i]%2)j+=p[i]; printf("%d\n",j); } 程序运行后的输出结果是
A.42
B.45
C.56
D.60