掘进工作面附近()米范围内瓦斯达到()%时或局部积聚瓦斯浓度达到()%时,不得钻眼。
A、20;1;2
B、20;2;1
C、30;1;2
D、30;2;1
参考答案:A
有如下程序: #include<iostream> using namespace std; class Test public: Test() n+=2; ~Test() n-=3; static int getNum()return n; private: static int n; ; int Test::n=1; int main() Test*p=new Test; delete p; cout<<"n="<<Test::getNum()<<endl; return 0; 执行后的输出结果是( )。
A.n=0
B.n=1
C.n=2
D.n=3
何谓变质作用?主要变质类型有哪些?