某企业采煤量每年固定增长10吨,则该企业采煤量的环比增长速度()。
A.年年下降
B.年年增长
C.年年不变
D.无法判断
参考答案:A
有以下程序: #include<iostream> using namespace std; class R { public: R(int r1,int r2) { R1=r1; R2=r2; } void print(); void print0const; private:int R1,R2; }; void R::print() {cout<<R1<<","<<R2<<endl; } void R::print() const { cout<<Rl<<","<<R2<<endl; } int main() { R a(5,4); const R b(20,52); b.print(); return 0; } 执行后的输出结果是( )。
A.5,4
B.20,52
C.0,0
D.4,5
通常主光和_____的光比决定了被摄对象的影调反差。()
A.修饰光
B.辅助光
C.环境光
D.轮廓光