05 2016 档案

摘要:题目大意: 有n个城市,秦始皇要修用n-1条路把它们连起来,要求从任一点出发,都可以到达其它的任意点。秦始皇希望这所有n-1条路长度之和最短。然后徐福突然有冒出来,说是他有魔法,可以不用人力、财力就变出其中任意一条路出来。 秦始皇希望徐福能把要修的n-1条路中最长的那条变出来,但是徐福希望能把要求的 阅读全文
posted @ 2016-05-31 22:12 zhaop 阅读(210) 评论(0) 推荐(0) 编辑
摘要:Special equations Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 4569 Special equations Submit Status 阅读全文
posted @ 2016-05-31 20:03 zhaop 阅读(235) 评论(0) 推荐(0) 编辑
摘要:训练指南P198 题意:给出一个非降序排列的整数数组a1, a2…… an,你的任务是对于一系列询问(i,j),回答ai, ai+1 ……aj 中出现的次数最多的次数 这题不仅学到了rmq的应用还学到了游程编码 对于一组数 -1, 1, 1, 2, 2, 2, 4就可以编码成(-1, 1), (1, 阅读全文
posted @ 2016-05-26 16:07 zhaop 阅读(132) 评论(0) 推荐(0) 编辑
摘要:Description Given N integers A={A[0],A[1],...,A[N-1]}. Here we have some operations: Operation 1: AND opn L R Here opn, L and R are integers. For L≤i≤ 阅读全文
posted @ 2016-05-23 21:58 zhaop 阅读(210) 评论(0) 推荐(0) 编辑
摘要:The kth great number Time Limit:1000MS Memory Limit:65768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 4006 The kth great number Submit  阅读全文
posted @ 2016-05-23 18:02 zhaop 阅读(238) 评论(0) 推荐(0) 编辑
摘要:You have a long drive by car ahead. You have a tape recorder, but unfortunately your best music is onCDs. You need to have it on tapes so the problem 阅读全文
posted @ 2016-05-22 22:06 zhaop 阅读(274) 评论(0) 推荐(0) 编辑
摘要:How many integers can you find Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1796 How many integers 阅读全文
posted @ 2016-05-18 22:03 zhaop 阅读(187) 评论(0) 推荐(0) 编辑
摘要:Necklace of Beads Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1817 Necklace of Beads Submit Status 阅读全文
posted @ 2016-05-17 21:58 zhaop 阅读(198) 评论(0) 推荐(0) 编辑
摘要:Eddy's爱好 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 2204 Eddy's爱好 Submit Status Practice HDU 2204 阅读全文
posted @ 2016-05-17 21:09 zhaop 阅读(328) 评论(0) 推荐(1) 编辑
摘要:转自:http://blog.csdn.net/dongfengkuayue/article/details/6461298 2. 用15乘以2(2为最终结果除以7的余数),用21乘以3(3为最终结果除以5的余数),同理,用70乘以2(2为最终结果除以3的余数),然后把三个乘积相加(15*2+21* 阅读全文
posted @ 2016-05-17 19:40 zhaop 阅读(206) 评论(0) 推荐(0) 编辑
摘要:题意:规定每次跳的单位 a1, a2, a3 …… , an, M,次数可以为b1, b2, b3 …… bn, bn + 1, 正好表示往左,负号表示往右, 求能否调到左边一位,即 a1* b1+ a2 * b2 + a3 * b3 + …… + m * (bn + 1) = 1; 根据欧几里得, 阅读全文
posted @ 2016-05-16 22:03 zhaop 阅读(200) 评论(0) 推荐(0) 编辑
摘要:题意:给出一个数n,问n能否是斐波那契数列中数的乘积 先刷选 斐波那契数列,然后就枚举 1 #include <cstdio> 2 #include <cstring> 3 #include <queue> 4 #include <map> 5 #include <iostream> 6 using 阅读全文
posted @ 2016-05-12 20:55 zhaop 阅读(181) 评论(0) 推荐(0) 编辑
摘要:You can Solve a Geometry Problem too Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9596 Accepte 阅读全文
posted @ 2016-05-10 20:19 zhaop 阅读(175) 评论(0) 推荐(0) 编辑
摘要:A string is binary, if it consists only of characters "0" and "1". String v is a substring of string w if it has a non-zero length and can be read sta 阅读全文
posted @ 2016-05-10 19:06 zhaop 阅读(488) 评论(0) 推荐(0) 编辑
摘要:wo integers x and y are compatible, if the result of their bitwise "AND" equals zero, that is, a&b = 0. For example, numbers90(10110102) and 36(100100 阅读全文
posted @ 2016-05-10 18:54 zhaop 阅读(330) 评论(0) 推荐(0) 编辑
摘要:Phone Number 题目描述 We know that if a phone number A is another phone number B’s prefix, B is not able to be called. For an example, A is 123 while B is 阅读全文
posted @ 2016-05-01 21:44 zhaop 阅读(396) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示