断面可见髓部的根类药材为
A.何首乌
B.川乌
C.北豆根
D.石菖蒲
E.龙胆
参考答案:B,E
下列程序的输出结果是 ______。 #include<iostream.h> void main() {int x=6,y=8;if(x1++<6)cout<<++y<<end1;if(x>6) cout<<--y<<end1;else cout<<y++<<end1;}
A.8
B.9
C.7
D.编译不成功