绿菜花原产于()。
A、黄油
B、鸡蛋
C、湿度
D、蒸汽
参考答案:D
新旧信息系统的转换方式不包括_____。
A.直接转换
B.逐个模块转换
C.并行转换
D.分段转换
以下程序的输出结果是( )。 #include<iostream> using namespace std; int main() {cout.fill('*');cout.width(5);cout<<hex<<100<<endl;return (); }
A.**100
B.***64
C.100**
D.64***