当APU转速达到多少时,APU发电机可供电?
A、91.5%
B、92.5%
C、93.5%
D、94.5%
参考答案:D
下列物质可作某些气体干燥剂的是[ ]
A.浓硫酸
B.氧化铁
C.浓盐酸
D.氯化钠
若有以下程序:#include <iostream>using namespace std;class Basepublic: void who() cout<<"Base"<<end1;;class Derivedl: public Basepublic: void who() cout<<"Derived"<<end1; ;int main() Base *p; Derived1 obj1; p=&obj1; p->who(); return 0;则该程序运行后的输出结果是 【9】 。