摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N=1e4+10,M=1e7+10; int t,m; int v[N],w[N]; LL dp[M]; int main() { 阅读全文
posted @ 2026-01-31 23:09 AnoSky 阅读(5) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=110,M=1010; int t,m; int v[N],w[N]; int dp[M]; int main() { ios::sync_with_stdio(0),ci 阅读全文
posted @ 2026-01-31 23:02 AnoSky 阅读(5) 评论(0) 推荐(0)