摘要:
有依赖的背包问题 Code: #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 110; int n,V; int f[N][N];//f[i][j]表示以i为 阅读全文
posted @ 2021-09-16 08:49
_Codjjj
阅读(40)
评论(0)
推荐(0)
浙公网安备 33010602011771号