根据油田水在油气藏中的分布状态,将其分为吸附水、毛细管水、底水、边水、夹层水五种类型。
参考答案:错
查看F-101/1对流、辐射每小时的平均量,DCS如何操作?
下面程序运行后的输出结果是______。 struct abc int a,b,c; main() struct abc s[2]=1,2,3,4,5,6; int t=-s[0].a+s[1].b; printf("%d\n",t);
A.5
B.6
C.7
D.8