噪声、振动、电离辐射、电磁辐射属于
A.行为危险因素B.物理性危险因素C.医疗卫生服务中的危险因素D.生物性危险因素E.生物遗传危险因素
参考答案:B
下列程序的运行结果是______。 #include<stdio.h> main() int a,b,c,n; a=2;b=0;c=1;n=1; while(n<=3) c=c*a;b=b+c;++n;printf("b=%d",b);
客水