甲基睾丸素治疗年龄较大的子宫肌瘤患者,每月用药总量不能超过()
A.100mg
B.150mg
C.200mg
D.300mg
E.500mg
参考答案:D
给下列划线字注音。
悄然﹙ ﹚ 匀称﹙ ﹚ 劫掠﹙ ﹚ 吮取﹙ ﹚ 着陆﹙ ﹚
阅读下面程序:#include <iostream.h>int fun( int a, int b )int c;c=a*b;return c;void main()int a=3,b=5,c=4,x=0;x=fun(fun(a, b),c);cout<<x<<end1;其运行结果是 【9】 。