摘要: f[x][0/1]为最大值为x的合法序列个数, f[x][0]:包含0~x, f[x][1]:包含0~x-2和x #include<bits/stdc++.h> using namespace std; #define fr first #define se second #define et0 e 阅读全文
posted @ 2022-07-06 01:17 xhy666 阅读(35) 评论(0) 推荐(0)