加热炉按形式分不包括()加热炉。
A.立式
B.管式
C.方箱式
D.火筒式
参考答案:A
上睑下垂矫正手术可出现多种并发症如()
A.睑内翻、倒睫
B.睑裂闭合不全
C.睑外翻
D.感染、血肿
E.矫正过度
有以下程序 #include<stdio.h> main() int x; scanf("%d", &x); if(x>15) printf("%d", x-5); if(x>10) printf("%d", x); if(x>5) printf("%d\n", x+5); 若程序运行时从键盘输入12<回车>,则输出结果为______。