管道连接常用的方法有()、承插连接、胀管连接5种
参考答案:螺纹连接、法兰连接、焊接连接
刮片细胞学检查时,常用的固定液是()。
A.甲醛
B.丙酮
C.乙醇
D.冰醋酸
E.甲醇
有以下程序: #include <iostream> using namespace std; int main ( ) int X = 4;do cout<<(x-=3)<<end1;while(--X);return 0; 运行后的打印结果是 【6】 。