bzoj
文章平均质量分 65
laekov
这个作者很懒,什么都没留下…
展开
-
BZOJ3531 [Sdoi2014]旅行
[Problem]bzoj3531[S原创 2014-06-23 20:24:28 · 704 阅读 · 0 评论 -
BZOJ3173 [Tjoi2013]最长上升子序列
[Solution]It seems to be a abnormal data structu原创 2014-09-18 16:18:57 · 1110 阅读 · 0 评论 -
BZOJ3209 花神的数论题
[Solution]Digit DP. The hole in this problem is that原创 2014-08-21 15:56:36 · 528 阅读 · 0 评论 -
BZOJ2222 [Cqoi2006]猜数游戏
[Solution]What's that? I tried to use dp[l][r][p] to solve this. However, it cannot even pass the sample.原创 2014-08-21 12:50:42 · 2332 阅读 · 1 评论 -
BZO3065 带插入区间K小值
[]What a problem! I thought I had to spend more than a week to solve it. Fortunately, it didn't cost me so long原创 2014-08-22 20:36:09 · 700 阅读 · 0 评论 -
BZOJ3678 wangxz与OJ
[]因为换上原创 2014-08-12 22:54:38 · 938 阅读 · 0 评论 -
BZOJ3387 [USACO2004 Dec] Fence Obstacle Course栅栏行动
[Solution]Simply modify some important positions by原创 2014-08-17 12:52:00 · 1139 阅读 · 0 评论 -
BZOJ3685 普通van Emde Boas树
[Solution]I certainly do not use vEB tree, because I don't know how to solve it at all.I certainly do not use vEB tree, because I don't know how to solve it at all. I used segtree.[Code]#inclu原创 2014-09-03 12:35:15 · 1440 阅读 · 2 评论 -
BZOJ3039 玉蟾宫
[Solution]This is a classic DP which I didn't know until now. Consider the原创 2014-09-18 16:10:35 · 716 阅读 · 0 评论 -
BZOJ2726 [SDOI2012]任务安排
[]It must be true that today isn't suitable for coding.[Solution]原创 2014-10-08 19:16:48 · 1611 阅读 · 0 评论 -
BZOJ3720 Gty的妹子树
[Solution]It is likely that you need to modify the dfs order by a dynamic data structure. However, n is not big enough to use log-level algorithm. Divide the tree into sqrt(n) parts. Then use treaps原创 2014-10-09 17:40:58 · 915 阅读 · 0 评论 -
BZOJ3638 Cf172 k-Maximum Subsequence Sum
[Solution]原创 2014-07-14 17:43:17 · 1173 阅读 · 0 评论 -
BZOJ2326 [HNOI2011]数学作业
[Problem][Solution]L原创 2014-06-21 19:55:17 · 588 阅读 · 0 评论 -
BZOJ1208 [HNOI2004]宠物收养所
[Problem]最近,阿Q开了一间宠物收养所。收养所提供两种服务:收养被主人遗弃的宠物和让新的主人领养这些宠物。每个领养者都希望领养到自己满意的宠物,阿Q根据领养者的要求通过他自己发明的一个特殊的公式,得出该领养者希望领养的宠物的特点值a(a是一个正整数,a<2^31),而他也给每个处在收养所的宠物一个特点值。这样他就能够很方便的处理整个领养宠物的过程了,宠物收养所总是会有两种情况发生:被遗原创 2014-06-21 18:28:28 · 644 阅读 · 0 评论 -
BZOJ2956 模积和
[Solution]The original equation equals tosigma(n % i) * sigma(m % j) - sigma(原创 2014-06-24 18:37:08 · 613 阅读 · 0 评论 -
BZOJ3551 [ONTAK2010]Peaks加强版
[Solution]It's easy to thi原创 2014-06-26 19:45:06 · 919 阅读 · 0 评论 -
BZOJ1305 [CQOI2009]dance跳舞
[]My 200th solved problem on BZOJ. So slow am I brus[Solution]It seems like a network flow原创 2014-07-23 17:41:28 · 646 阅读 · 0 评论 -
BZOJ2594 [Wc2006]水管局长数据加强版
[Solution]This is a classic problem of link cut tree原创 2014-07-23 15:08:55 · 1091 阅读 · 0 评论 -
BZOJ1257 [CQOI2007]余数之和sum
[Problem]给出正整数n和k,计算j(n, k)=k mod 1 + k mod 2 + k mod 3 + … + k mod n的值,其中k mod i表示k除以i的余数。例如j(5, 3)=3 mod 1 + 3 mod 2 + 3 mod 3 + 3 mod 4 + 3 mod 5=0+1+0+3+3=7[Solution]It's now not eas原创 2014-06-21 15:02:51 · 648 阅读 · 0 评论 -
BZOJ3668 [Noi2014]起床困难综合症
[Solution]I got WA at the exams, because so原创 2014-07-30 08:11:43 · 833 阅读 · 0 评论 -
BZOJ3670 [Noi2014]动物园
[Solution]It原创 2014-07-30 08:16:37 · 2121 阅读 · 5 评论 -
BZOJ3669 [Noi2014]魔法森林
[Solution]W原创 2014-07-30 08:14:32 · 1537 阅读 · 0 评论 -
BZOJ3671 [Noi2014]随机数生成器
[Solution]I thought of size-balanced tree at first, the got only 60 at the ex原创 2014-07-30 08:20:08 · 859 阅读 · 0 评论 -
BZOJ3156 防御准备
[Problem] BZOJ3156[原创 2014-07-11 22:44:20 · 603 阅读 · 0 评论 -
BZOJ3316 JC loves Mkk
[Solution]Binary find the原创 2014-10-03 20:51:36 · 672 阅读 · 0 评论