摘要: 大一一年,来到ACM实验室,其实刚开始挺兴奋的,因为我没有想到我也能进ACM实验室,想到大学终于不用每天都在寝室荒度我的四年。谢谢学校把我收了,还有谢谢这个专业把我收了,很开心会遇见这里的每一个人,同时我又觉得学长学姐好伟大,他们几个人带我们这么多人,而我们还不好好学习,也没有为学校争光,有时候... 阅读全文
posted @ 2015-10-24 09:28 啦咯 阅读(135) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=3026如果一个一个普通搜处理不好的话会超时 可以连到一块搜我觉得这个方法特别好#include#include#include#include#include#include#include#define N 105#define INF 0x3... 阅读全文
posted @ 2015-10-11 12:33 啦咯 阅读(165) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=1679次小生成树#include#include#include#include#includeusing namespace std;#define N 200#define INF 0xfffffffint G[N][N],vis[N],di... 阅读全文
posted @ 2015-10-10 17:55 啦咯 阅读(188) 评论(0) 推荐(0)
摘要: https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5057不知道为什么是这个规律#include using namespace std;lon... 阅读全文
posted @ 2015-10-10 15:24 啦咯 阅读(154) 评论(0) 推荐(0)
摘要: 滑雪DescriptionMichael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子 1 ... 阅读全文
posted @ 2015-05-04 20:40 啦咯 阅读(129) 评论(0) 推荐(0)
摘要: Eeny Meeny MooTime Limit: 1000msMemory Limit: 65535KB 大家都有这种经验,当太多的人同时使用互联网的时候,网络会变得非常,非常缓慢。为了结决这一问题,北师大制定了一项应急计划,在网络使用高峰期切断一些连接以保证网络的畅通。所有的网络连接都将被标号(... 阅读全文
posted @ 2015-04-29 15:25 啦咯 阅读(250) 评论(0) 推荐(0)
摘要: Problem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action... 阅读全文
posted @ 2015-04-28 15:40 啦咯 阅读(167) 评论(0) 推荐(0)
摘要: Problem DescriptionNowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are a good boy, and know... 阅读全文
posted @ 2015-04-28 13:49 啦咯 阅读(175) 评论(0) 推荐(0)
摘要: Problem DescriptionIgnatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline o... 阅读全文
posted @ 2015-04-27 20:22 啦咯 阅读(282) 评论(0) 推荐(0)
摘要: Problem DescriptionA group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the roof of a building, a... 阅读全文
posted @ 2015-04-24 16:08 啦咯 阅读(606) 评论(0) 推荐(0)