题解列表

筛选

P1028-题解(C语言代码)

摘要:背包 %8错误 ```cpp #include #include using namespace std; int n,v,c[1000],f[1000000]; int main(……