题目忘了。 后面看有没有人记得,补。 #include <bits/stdc++.h> #include "iostream" using namespace std; const int N = 1010; int n, m, c0, d0; int a, b, c, d; struct Node { int v, w; }; int dp[1010][1010]; //int dp[N]; int main() { vector<Node> ns; cin>>n>>m>>c0&...