摘要: #include<bits/stdc++.h> using namespace std; const int INF=1<<30; int N,dpx[110][110],dpi[110][110],sum[110]; void sol(){ for(int i=1;i<=N;i++) dpx[i] 阅读全文
posted @ 2025-10-16 10:18 sadmax11 阅读(2) 评论(0) 推荐(0)