摘要: #include<cstdio> #include<cstring> #include<queue> #include<algorithm> using namespace std; #define maxn 1000 #define min(x,y) x<y?x:y int n,m,map[max 阅读全文
posted @ 2017-04-12 22:03 OcahIBye 阅读(275) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<cstring> #include<queue> #include<algorithm> using namespace std; #define maxn 10007 #define min(a,b) a<b?a:b int n,capaciti 阅读全文
posted @ 2017-04-12 13:50 OcahIBye 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 码题过程极其曲折艰难,硬是熬了两天,问了N个大神无数次,说起来都是泪,这是我A的第一道NOI的题目,同样第一次编splay的模板题感觉以后不会再忘了,吓得我思路都清晰了,不愧我debug数个小时,诶终于......这是一个有血有泪的教训啊 ,在没理清思路之前不要码题啊,果然如某m性选手所说think 阅读全文
posted @ 2017-04-12 01:17 OcahIBye 阅读(120) 评论(0) 推荐(0) 编辑