不等式3x+2>5x-3的正整数解是( )。
1,2
治疗高血压病阴阳两虚型,应首选()。
A.龙胆泻肝汤
B.天麻钩藤饮
C.镇肝熄风汤
D.地黄饮子
E.二仙汤
下面程序的运行结果是 #include<iostream.h> void fun(int * a,int * b) { int x= * a; * a = * b; * b=x; cout <<*a<< *b<<""; } void main( 0 { int x =1,y =2; fun(&x,&y); cout<< x << y <<end1; }
A.12 12
B.12 21
C.21 12
D.21 21