- 1、本文档共40页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
[工学]ACM简单题二
课后任务: /showproblem.php?pid=1008 Problem Description The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified order. It costs 6 seconds to move the elevator up one floor, and 4 seconds to move down one floor. The elevator will stay for 5 seconds at each stop.For a given request list, you are to compute the total time spent to fulfill the requests on the list. The elevator is on the 0th floor at the beginning and does not have to return to the ground floor when the requests are fulfilled. Input There are multiple test cases. Each case contains a positive integer N, followed by N positive numbers. All the numbers in the input are less than 100. A test case with N = 0 denotes the end of input. This test case is not to be processed. Output Print the total time on a single line for each test case. Sample input: 1 2 3 2 3 1 0 Sample output: 17 41 #include stdio.h int main(void) { int n, i, a[101], value, sum; while(scanf(%d,n) n!=0) { a[0] = 0; for(i = 1; i = n; i++) { scanf(%d,value); a[i]=value; } sum = n * 5; for(i = 0; i n; i++) { if(a[i]a[i+1]) sum = sum + (a[i+1]-a[i])*6; else if(a[i]a[i+1]) sum = sum + (a[i]-a[i+1])*4; } printf(%d\n, sum); } return 0; } HDOJ_1061 ?Rightmost Digit /showproblem.php?pid=1061 Problem Description Given a positive integer N, you should output the most right digit of N^N. Input The input contains several test cases. The first line of the input is a single integer T which is the number of test cases. T test cases follow.Each test case contains a single positive integer N(1=N=1,000,000,000). Output For each test case, you should output the rightmost digit of N^N. Sample input: 2 3 4 Sample output: 7 6 数据规模? 很大 暴力方法? 该打 基本思路? 规律 HDOJ_2035 人见人爱A^B 求A^B的最后三位数表示的整数(1=A,B=10000) 2 3 12 6
您可能关注的文档
- [工学]2线性规划及其对偶问题.ppt
- [工学]2财政与税收B.ppt
- [工学]23 微生物遗传学5.ppt
- [工学]2能量的转换现代能源_2010.ppt
- [工学]2逻辑代数基础.ppt
- [工学]3-2Twido系列PLC常用功能块指令.ppt
- [工学]3-数控程序编制工艺常识.ppt
- [工学]3-算术运算_赋值运算_逗号运算及第二章课后练习.ppt
- [工学]32位微机原理03.ppt
- [工学]301 周期信号的频谱分析——傅里叶级数.ppt
- 2023年度反射疗法师3级检测卷附完整答案详解【网校专用】.docx
- 2023黔西南州公务员行测及参考答案详解【A卷】.docx
- 执业药师之《西药学综合知识与技能》题库整理复习资料带答案详解(巩固).docx
- 2023年度文化教育职业技能鉴定考试黑钻押题及参考答案详解(A卷).docx
- 2023年眉山市公务员行测真题附参考答案详解【基础题】.docx
- 2023德州市公务员行测含答案详解【实用】.docx
- 2023贵阳市公务员行测(全国通用)附答案详解.docx
- 2023年淮北市公务员行测真题附参考答案详解【B卷】.docx
- 2023年度粮油食品检验人员预测复习精编附答案详解.docx
- 2025年广西桂林市全州县国土资源局招考聘用模拟题二.docx
最近下载
- 人教版初中生物会考试卷及答案.pdf VIP
- 2023年海南师范大学软件工程专业《数据结构与算法》科目期末试卷B(有答案).docx VIP
- 2023年四川省广元市中考地理试题卷(含答案详解).docx
- 2023年海南师范大学软件工程专业《数据结构与算法》科目期末试卷A(有答案).docx VIP
- 广西师范大学2020-2021学年《认知心理学》期末考试试卷(B卷)含参考答案.docx
- 羊常见疾病防治.ppt VIP
- 国开期末考试3987《Web开发基础》机考试题及答案(李老师第5套).pdf VIP
- 2024年怀化市靖州苗族侗族自治县六年级下学期小升初真题精选语文试卷含答案.doc VIP
- 2023年海南师范大学软件工程专业《计算机网络》科目期末试卷B(有答案).docx VIP
- 2025年社区工作者招聘考试题库及答案解析.docx VIP
文档评论(0)