外阴鳞状上皮细胞增生病损呈_______性,角化过度部位呈现_______色。
参考答案:对称;白
在用电梯安全定期监督检查周期为( )。
A.半年
B.1年
C.2年
D.3年
下列程序的输出结果为( )。 # 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.0
B.10
C.15
D.16