P1097-P1099
摘要:
//01背包 #include<iostream> using namespace std; int main() { int v,n; cin>>v>>n; int w,c; int dp[1010]; for(int i=1;i<=n;i++) { cin>>w>>c; for(int j=v; 阅读全文
posted @ 2020-09-09 17:49
Chri_K
阅读(166)
评论(0)
推荐(0)
浙公网安备 33010602011771号