摘要: P1616 疯狂的采药 完全背包,一维数组正着做就可以 #include<bits/stdc++.h> using namespace std; int v[100200] , t , m; int f[100020] , w[100020]; int main () { cin >> t >> m 阅读全文
posted @ 2022-12-20 15:44 wmjlzw1314 阅读(143) 评论(0) 推荐(0)