会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
invoid
首页
新随笔
管理
2016年5月8日
bzoj3594: [Scoi2014]方伯伯的玉米田
摘要: 二维树状数组优化dp,复杂度又O(n maxa k) 变成 O(n log(maxa k)) #include #include #include using namespace std; int maxn,n,k,a[10010],ans,tmp; struct BIT { int c[6060][550]; inline int lowbit(int x) ...
阅读全文
posted @ 2016-05-08 18:41 invoid
阅读(188)
评论(0)
推荐(0)
编辑
公告