




免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1.输入3个整数,由小到大顺序输出#include #include using namespace std;const int n=10;string namen;int numn,scoren;int main()int i; void input_data(); input_data(); coutendlThe list of failed:endl; for(i=0;in;i+) if(scorei60) coutnamei numi scoreiendl; return 0;void input_data()int i; for (i=0;in;i+) coutinput name,number and score of student i+1nameinumiscorei;2.输入3个字符串,由小到大顺序输出#include #include using namespace std;int main() void swap(char *,char *); char str120,str220,str320; coutinput three line:0) swap(str1,str2); if(strcmp(str1,str3)0) swap(str1,str3); if(strcmp(str2,str3)0) swap(str2,str3); coutendlNow,the order is:endl; coutstr1endlstr2endlstr3endl; return 0; void swap(char *p1,char *p2) /* 交换两个字符串 */ char p20; strcpy(p,p1);strcpy(p1,p2);strcpy(p2,p); 3.输入4个整数,按由小到大的顺序输出#include using namespace std;int main ()int t,a,b,c,d; coutabcd; couta=a, b=b, c=c,d=db) t=a;a=b;b=t; if (ac) t=a; a=c; c=t; if (ad) t=a; a=d; d=t; if (bc) t=b; b=c; c=t; if (bd) t=b; b=d; d=t; if (cd) t=c; c=d; d=t; coutthe sorted sequence:endl; couta, b, c, dendl; return 0; 4. 找出10个数中之大的整数#include using namespace std;class Array_maxpublic: void set_value(); void max_value(); void show_value(); private: int array10; int max;void Array_max:set_value() int i; for(i=0;iarrayi;void Array_max:max_value() int i; max=array0; for(i=1;imax)max=arrayi;void Array_max:show_value() coutmax=max;int main()Array_max arrmax; arrmax.set_value(); arrmax.max_value(); arrmax.show_value(); retrun 0;5.写一个判别素数的函数,在主函数中输入一个整数,输出是否为素数的信息。#include using namespace std;int main() int prime(int); /* 函数原型声明 */ int n; coutn; if (prime(n) coutn is a prime.endl; else coutn is not a prime.endl; return 0; int
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 现代风格课件
- 现代舞鉴赏课件
- 2025年秋季经济师考试 经济基础知识强化练习试卷
- 2025年教师资格证考试《教育知识与能力》模拟试卷
- 2025年银行从业资格考试 银行管理基础知识押题精讲试卷
- 2025年公务员考试行测常识判断专项试卷 历史文化知识强化
- 2025年公共营养师二级考试真题解析卷:专项训练与押题预测
- 民法典总则亮点课件
- 2026届安徽省东至三中化学高三第一学期期末复习检测模拟试题含解析
- 山东省泰安市宁阳第一中学2026届化学高一上期中考试试题含解析
- 危大工程考试题目含答案
- 儿童眼保健健康讲座课件
- 2024年呼伦贝尔农垦集团有限公司招聘笔试真题
- 安防报警信息系统项目投资可行性研究分析报告(2024-2030版)
- 人教版三年级上数学第二单元《含括号的混合运算》课时练习卷(含答案)
- 炸鸡店铺活动方案
- 钢制压力管道防腐层厚度检测新技术
- 高中化学必修二1.2《物质结构-元素周期律》
- 化工厂产品品质管理制度
- 2024-2030年中国钢纤维混凝土行业市场全景分析及投资前景展望报告
- 2025年黑龙江、吉林、辽宁、内蒙古高考物理真题(解析版)
评论
0/150
提交评论