摘要:
#include<cstdio>#include<algorithm>using namespace std;int w[2010],dp1[2010],dp2[2010];int n,m;int main(){ int i,j; scanf("%d%d",&n,&m); for(i=1;i<=n; 阅读全文
posted @ 2022-03-05 14:40
noname5588
阅读(24)
评论(0)
推荐(0)
摘要:
#include<cstdio>#include<algorithm>using namespace std;int v[110],w[110],dp[250];int n;int main(){ int i,j,sum=0; scanf("%d",&n); for(i=1;i<=n;i++) { 阅读全文
posted @ 2022-03-05 14:38
noname5588
阅读(36)
评论(0)
推荐(0)

浙公网安备 33010602011771号