“用热远热,用寒远寒”是指治疗用药应注意()。
A.因人制宜
B.因时制宜
C.因地制宜
D.治标
E.以上均不是
参考答案:B
空气的密度为1.29 ______.小明同学的质量为50 ______(填写单位).
有如下程序: #include<iostream> using namespace std; classTestClass{ protected: TestClass(){cout<<’x’;} TestClass(char c){cout<<c;} }; class TestClass1:public TestClass{ public: TestClass1(char C) {cout<<c;} }; int main(){ TestClass1 d1(’y’); return 0; } 执行这个程序,屏幕上将显示输出( )。
A.y
B.yx
C.xy
D.yy