初发非淋菌性 * * 炎不可使用下列哪些药物治疗()
A.头孢曲松钠
B.多西环素
C.青霉素
D.氧氟沙星
参考答案:A, C
在下面程序的画线处填上适当的内容,使程序执行后的输出结果为1/2005。 #include <iostream> using namespace std; class Date public: Date(int m=1,int y=0):month(m),year(y) void Print( )cout<<month<<"/"<<year<<endl; (9) operator+(const Date&dl,const Date& d2); private: int month,year; ; (10) operator+(const Date& dl,const Date& d2) int year,month; year=d1.year+d2.year; month=d1.month+d2.month; year+=(month-1)/12; month=(month-1)%12+1; return Date(month,year); void main( ) Date dl(3,2004),d2,d3(10); d2=d3+dl; d2.Print( );
严复比较系统完整地介绍了当时西方的某一先进理论,被康有为称为“中国西学第一人”,这一理论指的是()
A.天体运行论
B.生物进化论
C.流体动力论
D.热能传感论