上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: Information Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 422 Accepted Submission(s): 79 Proble 阅读全文
posted @ 2018-01-02 14:59 hinata_hajime 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 小Hi的学校总共有N名学生,编号1-N。学校刚刚进行了一场全校的古诗文水平测验。 学校没有公布测验的成绩,所以小Hi只能得到一些小道消息,例如X号同学的分数比Y号同学的分数高S分。 小Hi想知道利用这些消息,能不能判断出某两位同学之间的分数高低? Input 第一行包含三个整数N, M和Q。N表示学 阅读全文
posted @ 2018-01-01 18:42 hinata_hajime 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 摘自 https://www.cnblogs.com/Duahanlang/archive/2013/05/11/3073434.html 阅读全文
posted @ 2017-12-29 16:51 hinata_hajime 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 题目描述 给定两个长度为n的整数列A和B,每次你可以从A数列的左端或右端取走一个数。假设第i次取走的数为ax,则第i次取走的数的价值vi=bi⋅ax,现在希望你求出∑vi的最大值。 输入描述: 第一行一个数T,表示有T组数据。对于每组数据,第一行一个整数n,接下来两行分别给出A数列与B数列。 输出描 阅读全文
posted @ 2017-12-25 14:38 hinata_hajime 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Thor is getting used to the Earth. As a gift Loki gave him a smartphone. There are n applications on this phone. Thor is fascinated by this phone. He 阅读全文
posted @ 2017-12-23 20:35 hinata_hajime 阅读(205) 评论(0) 推荐(0) 编辑
摘要: You've decided to carry out a survey in the theory of prime numbers. Let us remind you that a prime number is a positive integer that has exactly two 阅读全文
posted @ 2017-12-23 20:20 hinata_hajime 阅读(362) 评论(0) 推荐(0) 编辑
摘要: You are a "Problem Killer", you want to solve many problems. Now you have nn problems, the ii-th problem's difficulty is represented by an integer aia 阅读全文
posted @ 2017-12-23 20:14 hinata_hajime 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 刚刚开始学习汇编,结合网上的资料,写一下自己的理解 阅读全文
posted @ 2017-12-20 16:41 hinata_hajime 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 下面是3+5的汇编程序的代码和解释,记录一下,方便自己回顾: 另外,附一下关于 INT 21H的讲解: http://blog.csdn.net/bill_ming/article/details/7305269 阅读全文
posted @ 2017-12-20 16:15 hinata_hajime 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 题目描述 给出一个序列,你的任务是求序列中 (a[j]-a[i])/(j-i)【1<=i<j<=n】的最大值 输入描述: 本题包含多组输入,每组输入第一行一个数字n,表示序列的长度。然后接下来一行输入n个数,表示原先序列的样子。数据范围:3<=n<=200000-1000000000<=a[i]<= 阅读全文
posted @ 2017-12-10 19:42 hinata_hajime 阅读(516) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页