版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、1 、输入 3 个数,求最大数。#include using namespace std;int main()int a,b,c,max;cout 请输入三个数字: abc;max=(ab)a:b;if(cmax)max=c;cout 最大值: maxendl;return 0;2 、韩信点兵:有一个数,用3 除余 2 ;用 5 除余3 ;用7 除余 2;求满足条件的最小数。#include using namespace std;int main()int a;for(a=1;a1000;a+)if(a%3=2&a%5=3&a%7=2)couta;break;return 0;3、求 1+2
2、+3+-+100#include using namespace std;int main()int s=0;int a=1;dos=s+a;a=a+;)while(a101);coutsendl;return 0;)4、求 1-2+3-4+ -100#include using namespace std;int main()int a,s=0,s1=0,s2=0;for(a=1;a-101;a=a-2)s2=s2+a;)s=s1+s2;coutsendl;return 0;)5、求 1 + 1/2+1/3+- -+1/100#include using namespace std;void
3、 main()float a,m;float s=0;for(a=1;a101;a+)m=1/a;s=s+m;)couts=sendl;)6、求输入n,求n!(需判断n的合法性)递归调用#include using namespace std;int fac(int n)if(n=0)return 1;elsereturn fac(n-1)*n;int main()while(1)int x,y,n;coutx;fac(x);coutfac(x)endl;break;return 0;7、求 1 ! +2! +3! + - +10!#include using namespace std;in
4、t main()int s=0;int t=1;int n;for(n=1;n11;n+)t=t*n;s=s+t; cout1!+2!+3!+.+10!=sendl;return 0;8、求 1 + 1/2!+1/3!+ T/n!,直到 1/n!1E-5 为止第一种方法:#include using namespace std;void main()double s=0;double t=1;double n=1;dot=t*n;s=s+1/t;n+;while (t1e5);cout1/1!+1/2!+1/3!+1/n!=sendl;第二种方法:#include using namespac
5、e std;void main()double sum=; .+n!=sendl;return 0;18、求1!-3!+5!-7!+前n项的和 #include using namespace std;int main()int m,n=1,x=1,y=-1,sum=0;double a,b=1,s=0;cinm;for(int i=1;i=m;i+)n=2*i-1;a=1;for(int j=1;j=n;j+)x*=y; a*=j;b=a*(-x);)sum+=b;coutsum endl;return 0;19、求1*2+2*3+3*4+前n项的和#include using namesp
6、ace std;int main()int m,i,n,s=0;cinn;for(i=1;i=n;i+)m=i*(i+1);s+=m;couts endl;return 0;20、从键盘输入一个整数,判断它是否为素数#include using namespace std;int main()int n,i,m;cinn;for(i=2;in;i+)m=n%i;if(m=0) break;if(m=0)cout不是素数。endl;elsecout是素数。endl;return 0;21 、求 3 到 1000 之间的所有素数的和。#include #include using namespac
7、e std;int main()int n,i,k,s=0,j=0;for(n=3;n=1000;n+)k=sqrt(n);for(i=2;ik)coutn ;s+=n;j+;if(j%8=0)coutendl;coutendl;couts=sendl;return 0;、验证哥德巴赫猜想:一个大于 2 的偶数总可以分解成两个素数的和。#include #include using namespace std;int f(int x);、 int f(int a) 一元钱全兑换成硬币 (1 分 2 分 5 分),有多少种兑换方法#include #include using namespace std;void main()int a,b,c,s=0,sum;for(a=1;a=100;
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2024版企业借款担保合同范本
- 2025年度云计算数据中心建设与运营合同3篇
- 渭南职业技术学院《学科综合训练》2023-2024学年第一学期期末试卷
- 二零二五版反担保合同编制与合同履行规范3篇
- 2024年适用各类借款协议标准格式三例版
- 潍坊工商职业学院《嵌入式系统与开发》2023-2024学年第一学期期末试卷
- 2024版电梯施工安全协议书范本
- 二零二五年度环保产业股票质押管理合同3篇
- 2024版环保新材料研发与生产合作协议
- 二零二五版建筑材料居间代理合同规范文本2篇
- 小区住户手册范本
- 《郑伯克段于鄢》-完整版课件
- (日文文书模板范例)请求书-请求书
- 土壤肥料全套课件
- 毕业生延期毕业申请表
- 学校6S管理制度
- 肽的健康作用及应用课件
- T.C--M-ONE效果器使用手册
- 8小时等效A声级计算工具
- 人教版七年级下册数学计算题300道
- 社会实践登记表
评论
0/150
提交评论