会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
invoid
首页
新随笔
管理
2016年5月11日
bzoj1010: [HNOI2008]玩具装箱toy
摘要: 斜率优化dp。 #include #include #include using namespace std; const int maxn = 50000 + 10; int n; long long L; int c[maxn],q[maxn]; long long s[maxn],f[maxn]; double slop(int j,int k) { return (f[...
阅读全文
posted @ 2016-05-11 17:55 invoid
阅读(243)
评论(0)
推荐(0)
编辑
公告