NOJ答案c++版.doc

上传人:豆**** 文档编号:33566302 上传时间:2022-08-11 格式:DOC 页数:13 大小:372.50KB
返回 下载 相关 举报
NOJ答案c++版.doc_第1页
第1页 / 共13页
NOJ答案c++版.doc_第2页
第2页 / 共13页
点击查看更多>>
资源描述

《NOJ答案c++版.doc》由会员分享,可在线阅读,更多相关《NOJ答案c++版.doc(13页珍藏版)》请在得力文库 - 分享文档赚钱的网站上搜索。

1、计算A+B圆及圆球等的相关计算计算成绩找最大数找幸运数计算A+B#include using namespace std;int main()int A,B,c;cinAB;c=A+B;coutcendl;return 0;圆及圆球等的相关计算#include #include using namespace std;#define PI 3.1416int main()double r,h,l,s,sq,vq,vz;cinrh;l=2*PI*r;s=PI*r*r;sq=4*PI*r*r;vq=4*PI*r*r*r/3;vz=s*h;coutfixedsetprecision(2)lendl;

2、coutfixedsetprecision(2)sendl;coutfixedsetprecision(2)sqendl;coutfixedsetprecision(2)vqendl;coutfixedsetprecision(2)vzendl;return 0;计算成绩#include #include using namespace std;int main()double a,b,c,A,B;/定义数学成绩a,英语成绩b,c语言成绩ccinabc;A=a+b+c;B=A/3.0;coutfixedsetprecision(6)Aendl;coutfixedsetprecision(6)B

3、endl;return 0; 找最大数#include using namespace std;int main()int A,B,C;cinABC;if(AB & AC) coutAA & BC) coutBendl;else coutCendl; return 0;找幸运数#include using namespace std;int main()int m,n,a,b,c,d,e,f;cinm;a=m%10;b=m/10%10;c=m/100%10;d=m/1000%10;e=m/10000%10;if(e=0) if(d=0) if(c=0)if(b=0) if(a=0) n=0;e

4、lse n=a;else n=a*10+b;else n=a*100+b*10+c;else n=a*1000+b*100+c*10+d;else n=a*10000+b*1000+c*100+d*10+e;if(m=n) coutyesendl;else coutnoendl;return 0;奖金发放#include #include using namespace std;int main()double w,y;cinw;if(w=10) y=0.1*w;else if(w=20) y=(w-10)*0.075+1;else if(w=40) y=(w-20)*0.05+1.75;el

5、se if(w=60) y=(w-40)*0.03+2.75;else if(w=100) y=(w-60)*0.015+3.35;else y=(w-60)*0.01+3.95;coutfixedsetprecision(6)yendl;return 0;出租车费难点:不足一公里按一公里收费。【ceil函数】法一【“%”取余的充分运用】 #include #include using namespace std;int main()double s,y;int a,b,c;cins;c=s; a=s*10;b=a%10;if(s=2) y=7;else if(s=15) if(b=0) y=

6、7+1.5*(s-2);else y=7+1.5*(c-1);else if(b=0) y=26.5+2.1*(s-15);else y=26.5+2.1*(c-14);coutfixedsetprecision(6)yendl;return 0;法二【ceil函数】#include #include #include using namespace std;int main()double s,y;int a;cins;a=ceil(s);if(s=2) y=7;else if(s=15) y=7+1.5*(a-2);else y=26.5+2.1*(a-15);coutfixedsetprecision(6)yendl;return 0;

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知得利文库网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号-8 |  经营许可证:黑B2-20190332号 |   黑公网安备:91230400333293403D

© 2020-2023 www.deliwenku.com 得利文库. All Rights Reserved 黑龙江转换宝科技有限公司 

黑龙江省互联网违法和不良信息举报
举报电话:0468-3380021 邮箱:hgswwxb@163.com