伤寒患者传染性最强的时期是
A.潜伏期
B.起病1周内
C.潜伏期末到病程第1周末
D.起病后1~2周
E.起病后2~4周
参考答案:E
491至少加上( )是3的倍数;至少减去( )才 有因数5;至少加上( )才是2的倍数。
下面程序的输出结果是 【8】 。 #include <iostream> using namespace std; int d=1; fun(int p)static int d = 5;d+ =p;cout<<d;return (d) ; void main ( ) int a =3;cout<<fun ( a + fun (d) )<<endl;