上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页
摘要: D. Legacy time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Rick and his co-workers have m 阅读全文
posted @ 2017-03-26 12:34 贱人方 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 2957: 楼房重建 Description 小A的楼房外有一大片施工工地,工地上有N栋待建的楼房。每天,这片工地上的房子拆了又建、建了又拆。他经常无聊地看着窗外发呆,数自己能够看到多少栋房子。 为了简化问题,我们考虑这些事件发生在一个二维平面上。小A在平面上(0,0)点的位置,第i栋楼房可以用一条 阅读全文
posted @ 2017-03-22 18:51 贱人方 阅读(272) 评论(0) 推荐(0) 编辑
摘要: BGSHOOT - Shoot and kill no tags no tags The problem is about Mr.BG who is a great hunter. Today he has gone to a dense forest for hunting and killing 阅读全文
posted @ 2017-03-22 16:02 贱人方 阅读(361) 评论(0) 推荐(0) 编辑
摘要: E. Anton and Permutation time limit per test 4 seconds memory limit per test 512 megabytes input standard input output standard output Anton likes per 阅读全文
posted @ 2017-03-17 21:53 贱人方 阅读(606) 评论(0) 推荐(1) 编辑
摘要: 题意: 找出一个集合中的最大独立集,任意两数字之间不能是素数倍数的关系。 思路: 最大独立集,必然是二分图。 最大数字50w,考虑对每个数质因子分解,然后枚举所有除去一个质因子后的数是否存在,存在则建边,考虑到能这样建边的数一定是质因子个数奇偶不同,所以相当于按奇偶区分建立了二分图,然后求二分图最大 阅读全文
posted @ 2017-03-15 22:50 贱人方 阅读(900) 评论(0) 推荐(0) 编辑
摘要: 1087: Common Substrings Time Limit:3000/1000 MS (Java/Others) Memory Limit:163840/131072 KB (Java/Others)Total Submissions:857 Accepted:112 Descriptio 阅读全文
posted @ 2017-03-14 16:56 贱人方 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1090: MTM Time Limit:3000/1000 MS (Java/Others) Memory Limit:163840/131072 KB (Java/Others)Total Submissions:127 Accepted:19 Description MTM is not on 阅读全文
posted @ 2017-03-14 14:23 贱人方 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Problem of Precision Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1375 Accepted Submission(s): 阅读全文
posted @ 2017-03-11 14:09 贱人方 阅读(235) 评论(0) 推荐(0) 编辑
摘要: A Simple Math Problem Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4544 Accepted Submission(s) 阅读全文
posted @ 2017-03-10 22:21 贱人方 阅读(189) 评论(0) 推荐(0) 编辑
摘要: GSS2 - Can you answer these queries II #tree #tree Being a completist and a simplist, kid Yang Zhe cannot solve but get Wrong Answer from most of the 阅读全文
posted @ 2017-03-10 11:29 贱人方 阅读(288) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页