摘要: #include<bits/stdc++.h>using namespace std;int n;int cv;int a[25];int c[25][25];int bestv=0x3ffff; void backtrack(int t){ if(t>n){ if(cv<bestv) bestv= 阅读全文
posted @ 2020-12-08 15:11 罗霖锦 阅读(131) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h>using namespace std;int bestp;int cv;int cw;int n;int c;struct obj{ int w;//重量 int v;//价值 };obj *s; int bond(int i){ int cleft= 阅读全文
posted @ 2020-12-08 15:10 罗霖锦 阅读(146) 评论(0) 推荐(0) 编辑