二级耐火等级的耐火极限为()。
A、1.5h
B、1.0h
C、0.5h
D、0.25h
参考答案:B
若不等式2x<a的解集为x<2,则a=______.
有如下程序: #include #include using std::cout; class Point{ public: friend double distance(const Point &p); //p距原点的距离 Point(int xx=0,int yy=0):x (xx),Y(YY){}//① private: Int x,Y; }; double distance(const Point &p) { //② return sqrt(p.x*p.x+p.Y*p.Y); } int main(){ Point p1(3,4); cout<A.程序编译正确B.程序编译时语句①出错C.程序编译时语句②出错D.程序编译时语句③出错
A.程序编译正确
B.程序编译时语句①出错
C.程序编译时语句②出错
D.程序编译时语句③出错