摘要: 点击查看代码 #include<iostream> #include<cstring> using namespace std; typedef long long LL; const int N = 60, M = 50; int n; int w[N]; LL f[N][N][M]; void 阅读全文
posted @ 2022-07-08 21:48 wKingYu 阅读(31) 评论(0) 推荐(0)