上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 57 下一页
摘要: Caocao's Bridges Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 8476 Accepted Submission(s): 260 阅读全文
posted @ 2019-02-23 10:52 heyuhhh 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Strongly connected Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4765 Accepted Submission(s): 1 阅读全文
posted @ 2019-02-20 21:49 heyuhhh 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #540 (Div. 3) 题目链接:https://codeforces.com/contest/1118 题目太多啦,解释题意都花很多时间...还有事情要做,就选一些题来写吧。 B. Tanya and Candies 题意: 在n个数中任意删去一个,如果这个数 阅读全文
posted @ 2019-02-20 20:56 heyuhhh 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Educational Codeforces Round 60 (Rated for Div. 2) 题目链接:https://codeforces.com/contest/1117 A. Best Subsegment 题意: 给出n个数,选取一段区间[l,r],满足(al+...+ar)/(r- 阅读全文
posted @ 2019-02-20 20:23 heyuhhh 阅读(229) 评论(0) 推荐(0) 编辑
摘要: C. Enlarge GCD 题目链接:https://codeforces.com/contest/1047/problem/C 题意: 给出n个数,然后你可以移除一些数。现在要求你移除最少的数,让剩下数的gcd变大。 题解: 首先可以先让所有数都除以他们的gcd,让他们互质,好让问题简单化。 由 阅读全文
posted @ 2019-02-20 18:48 heyuhhh 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1143: [CTSC2008]祭祀river 题目链接:https://www.lydsy.com/JudgeOnline/problem.php?id=1143 Description: 在遥远的东方,有一个神秘的民族,自称Y族。他们世代居住在水面上,奉龙王为神。每逢重大庆典, Y族都会在水面上 阅读全文
posted @ 2019-02-18 23:11 heyuhhh 阅读(134) 评论(0) 推荐(0) 编辑
摘要: A Simple Problem with Integers 题目链接:http://poj.org/problem?id=3468 Description: You have N integers, A1, A2, ... , AN. You need to deal with two kinds 阅读全文
posted @ 2019-02-18 22:59 heyuhhh 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 敌兵布阵 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 131926 Accepted Submission(s): 55150 题目链接:ht 阅读全文
posted @ 2019-02-18 22:53 heyuhhh 阅读(154) 评论(0) 推荐(0) 编辑
摘要: D. Nature Reserve 题目链接:https://codeforces.com/contest/1059/problem/D 题意: 在二维坐标平面上给出n个数的点,现在要求一个圆,能够容纳所有的点,并且与x轴相切的最小半径为多少。 题解: 容易知道圆的纵坐标的绝对值等于其半径,并且半径 阅读全文
posted @ 2019-02-18 22:47 heyuhhh 阅读(200) 评论(0) 推荐(0) 编辑
摘要: C. Sequence Transformation 题目链接:https://codeforces.com/contest/1059/problem/C 题意: 现在有1~n共n个数,然后执行下面操作: 1.求出余下数的gcd,然后将gcd加入答案队列; 2.从中任意删除一个数,如果余下数的个数大 阅读全文
posted @ 2019-02-18 22:39 heyuhhh 阅读(147) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 57 下一页