摘要:
#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= 阅读全文
摘要:
#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= 阅读全文