放射性131I治疗甲亢,症状明显缓解或治愈在治疗的()
A.7~10天
B.2~3个月
C.3~4个月后
D.4~6个月
E.6个月
参考答案:E
风扇磨煤机也具有排粉机的作用。
若有定义:float x=1.5;int a=1,b=3,c=2;则正确的switch语句是( )。
A.switch(x) {case 1.0:printf("*\n");case 2.0:printf("**\n");}
B.switch((int)x); {case 1:printf("*\n"); case 2:printf("**\n");}
C.switch(a+b) {case 1:printf("*\n"); case 2+1:printf("**\n");}
D.switch(a+b) {case 1:printf("*\n"); case c:printf("**\n");)