混凝土配合比关键在于确定()。
A.水灰比
B.水泥的用量
C.水泥浆的用量
D.单方用水量
E.含砂率
参考答案:A, D, E
Each box is an activity; the number it contains is the duration of the activity in days.The duration of the critical path is ().
A.16days
B.14days
C.19days
D.20days
有如下程序 #include<iostream.h> int func(int a,int B) { return(a+B) ;} void main( ) { int x=2,y=5,z=8,r; r=func(func(x,y),z); cout < < r; } 该程序的输出的结果是( )。
A.12
B.13
C.14
D.15