C、ET中文含义是?()
A、全国大学生英语分级考试
B、全国大学生计算机分级考试
C、全国大学生会计资格证考试
D、全国大学生数学分级考试
参考答案:A
有以下程序: #include <iostream> #include <cstdlib> using namespace std; int main() {int arraysize;int *array;cout<<"Please input the size of the array:";cin>>arraySiZe;array=new int[arraysize];if(array==NULL){ cout<<"allocate Error\n"; exit(1);}for(int i=0;i<arraysize;i++) array[i]=i*i;int j;cout<<"which element you want to check:";cin>>j;cout<<array[j]<<end1;return 0; } 执行程序输入:10<空格>5,则输出结果为( )。
A.allocate Error
B.1
C.0
D.25
现场施工的好坏决定了项目设计是否得到了实现,有必要的话,()到现场监督施工,并同客户即时交流
A.设计师
B.施工方
C.承建商
D.监工方