上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页
摘要: 题意: 有n个木棍,给出木棍的两个端点的x,y坐标,判断其中某两个线段是否连通(可通过其他线段连通) 分析:跨立实验模板+并查集 阅读全文
posted @ 2016-02-23 10:48 快点说我帅 阅读(250) 评论(0) 推荐(0)
摘要: 题意:见挑战230页 分析:强大的二分匹配(因为一个门一时刻只能通过一个人),这是我的做法,用的是枚举时间 不过看挑战上是直接枚举时间和门组成的二元组的点,每次dfs该点,进行一次匈牙利算法,最后再算出时间 好像程序可以简化一点,不过我的这份代码的效率比较高,排名在270多名,不过开的数组大小很关键 阅读全文
posted @ 2016-02-19 11:07 快点说我帅 阅读(301) 评论(0) 推荐(0)
摘要: 题目 题意:给你一个数字n,求将其划分成若干个数字相加总共有多少种划分数; #include #include #include #include #include #include #include #include #include #include using namespace std;... 阅读全文
posted @ 2016-02-17 14:01 快点说我帅 阅读(147) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include #include #include #include #include using namespace std;#define MM(a) memset(a,0,sizeof(a))typ... 阅读全文
posted @ 2016-02-15 10:20 快点说我帅 阅读(68) 评论(0) 推荐(0)
摘要: Telephone LinesTime Limit:1000MSMemory Limit:65536KTotal Submissions:5696Accepted:2071DescriptionFarmer John wants to set up a telephone line at his f... 阅读全文
posted @ 2016-01-16 19:07 快点说我帅 阅读(348) 评论(0) 推荐(0)
摘要: Physics ExperimentTime Limit:1000MSMemory Limit:65536KTotal Submissions:1489Accepted:509Special JudgeDescriptionSimon is doing a physics experiment wi... 阅读全文
posted @ 2016-01-15 20:20 快点说我帅 阅读(685) 评论(0) 推荐(0)
摘要: A. Link/Cut Treetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputProgrammer Rostislav got serious... 阅读全文
posted @ 2016-01-15 14:07 快点说我帅 阅读(405) 评论(0) 推荐(0)
摘要: Sum of Consecutive Prime NumbersTime Limit:1000MSMemory Limit:65536KTotal Submissions:21924Accepted:11996DescriptionSome positive integers... 阅读全文
posted @ 2016-01-14 20:13 快点说我帅 阅读(872) 评论(0) 推荐(0)
摘要: Bound FoundTime Limit:5000MSMemory Limit:65536KTotal Submissions:2277Accepted:703Special JudgeDescriptionSignals of most probably extra-terrestrial or... 阅读全文
posted @ 2016-01-14 12:10 快点说我帅 阅读(1352) 评论(0) 推荐(0)
摘要: Moo University - Financial AidTime Limit:1000MSMemory Limit:30000KTotal Submissions:6599Accepted:1926DescriptionBessie noted that although humans have... 阅读全文
posted @ 2016-01-14 10:11 快点说我帅 阅读(370) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页