根据《环境空气质量标准》(GB 3095—1996)的规定,SO2的年平均二级标准限值为 ( )mg/m3。
A.0.05
B.0.06
C.0.15
D.0.50
参考答案:B
自升式钻井平台升船结束后,移井架到钻井位置,悬吊1柱8钻铤,其目的是调整()。
A、适当位置
B、天车、转盘、井口中心线偏差值
C、中间位置
D、顶端位置
下列程序的运行结果是______。 #include<iostream.h> class test private:int hum; public: test( );int TEST( )return num+100;)~test( ); ; test::test( )num=0;) test::~test( )cout<<"Destructor is active"<<endl;) void main( ) test x[3];cout<<x[1].TEST( )<<endl;