摘要: P1233 木棍加工 (dilworth定理) #include<bits/stdc++.h> using namespace std; const int N=1e4+10; int dp[N]; struct node{ int l,r; }a[N]; bool cmp(node &a,node 阅读全文
posted @ 2022-10-20 23:42 Dengpc 阅读(38) 评论(0) 推荐(0)