氨区的风向标数量不少于()个,应在氨区最高处呈对角布置,且处于避雷设施的保护范围内。
A.2个
B.3个
C.4个
D.5个
参考答案:C
最小的三位数除以最小的两位数,商是10.______.(判断对错)
下列关于创建报表的方法中,错误的是( )。
A. public class test{ public int x=0; public test(int x ) { this.x=x; } }
B. public class Test { public int x=0; public Test(int x ) { this.x=x; } }
C. public class Test extends T1 T2 { public int x=0; public Test(int x){ this.x=x; } }
D. protected class Test extends T2 { public int x=0; public Test(int x) { this.x=x; } }