影响肺脓肿疗效的因素是()
A.引流不畅,脓液不易排出
B.没有输血
C.抗菌药区剂量不足
D.没有绝对卧床休息
E.细菌耐药
参考答案:A, C, E
依法应当缴纳房产税的项目是( )
A.个人住宅用房
B.个体餐馆用房
C.学校自用房产
D.托老所用房
下列程序的执行结果是()。#include<iostream.h>#include<stdlib.h>class TestClasspublic:int x,y;TestClass () x=y=0;TestClass (int a,int b)x=a;y=b;void disp()cout<<"x="<<x<<",y="<<y<<end1;void main()TestClass s1(2,3);s1.disp();
A.x=2,y=2
B. x=2,y=3
C. x=3,y=2
D. x=3,y=3