会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Adaxy
博客园
首页
新随笔
联系
订阅
管理
2021年3月6日
[sjtu oj] 1013 无限背包
摘要: 如题所述,无限背包问题 代码如下 #include<bits/stdc++.h> using namespace std; const int MAXN=1e5+5; const int MAXM=1e4+5; int v,n,dp[MAXN]; struct Obj { int w,v; }obj
阅读全文
posted @ 2021-03-06 15:46 Adaxy
阅读(36)
评论(0)
推荐(0)
编辑
公告