摘要: #include<bits/stdc++.h> using namespace std; const int N=460; int n,w,d,ans,dp[2][N][N*N],a[N]; // dp使用滚动数组优化空间 signed main(){ ios::sync_with_stdio(0) 阅读全文
posted @ 2025-10-30 21:44 CRt0729 阅读(3) 评论(0) 推荐(0)