()上山进风,其风流方向与运煤方向相反,容易引起煤尘飞扬,煤尘浓度增大,影响工作面的安全卫生条件。
A.轨道
B.输送机
C.采煤工作面
D.掘进工作面
参考答案:B
健康教育诊断中的社会诊断的重点内容包括 ()
A.文化指标
B.社会环境和生活质量
C.社会政策
D.目标人群的生活环境
E.目标人群的年龄和职业
下列程序的输出结果为( )。 # include <iostream.h> int func(int n) { if (n<1)return 1; else return n + func (n-1); return 0; { void main( ) { cout << func (5) << endl; }
A. Variant
B. Byte
C. Boolean
D. Integer