1、国家二级 C+机试(操作题)模拟试卷 368及答案与解析 一、基本操作题 1 使用 VC6打开考生文件夹下的源程序文件 modil cpp,但该程序运行有问题,请改正 main函数中的错误,使程序的输出结果是: 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 注意:不要改动 main函数,不能增行或删行,也不能更改程序的结构, 错误的语句在 *error*的下面。 #include #include void main() int a33=1, 2, 3, 4, 5, 6), 7, 8, 9); int*p, i; *error* p=a; for(i=0; i #in
2、clude #defime NUM 50 int ANUMNUM= 1 0, 1 3, 5 9, 7 0, 6, 2, 4 0, 8 9, 92, 9, 1 4, 5 5, 7 1, 1 1, 1 9, 7 9, 68, 8 3, 97, 1 0 1, 1 02, 1 0 0 0 1, 2 3, 4 5 ; bool isPrime(int n) if(n=1) return false; if(n=2) retumR true; for(int i=2; i C1as s Person public: *1* int i; for(i=0; sUserrNamei!=0; i+1 m Use
3、rNamei=sUserrNamei; *2* mold=nold; private: char m_UserName32; int m_old; *3* ; void fun(char*s, Person&personl, Person&person2) *4* if() for(int i=0; personl m UserNamei !=0; i+) si =personl m UserNamei; si+1=0; else for(int i=0; person2 m UserNamei!=0; i+) si =person2 m UserNamei; Si+1=0; void main() char S32; Person p1(“abc”, 20); Person p2(“def”, 3 0); fun(s, p1, p2); coutperson2 mOld) 【试题解析】 在 VC环境下打开程序,根据题干给出的几条功能要求,对程序中给出注释下的内容逐个补全或修改。从已定源程序的 main主函数开始入手,函数fun是输出年龄较大的姓名,类 Person记录了姓名和年龄。