摘要: #include <bits/stdc++.h> using namespace std; using pii = pair<int, int>; const int N = 10010, M = 110; int f[M]; int n, m; int w[N]; int pre[N]; bool 阅读全文
posted @ 2022-04-18 21:54 Xxaj5 阅读(41) 评论(0) 推荐(0) 编辑