摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=2e4+10; int dp[N][2]; int n; int l[N],r[N]; int main() { ios::sync_with_stdio(0),cin.t 阅读全文
posted @ 2026-03-11 19:58
AnoSky
阅读(2)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=360; int scores[N]; int n,m; int g[5]; int dp[41][41][41][41]; int main() { ios::sync_ 阅读全文
posted @ 2026-03-11 09:43
AnoSky
阅读(3)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1e4+10; vector<int> tasks[N]; int n,k; int dp[N]; int main() { ios::sync_with_stdio(0) 阅读全文
posted @ 2026-03-11 09:04
AnoSky
阅读(3)
评论(0)
推荐(0)

浙公网安备 33010602011771号