摘要: 套路题,维护前面的奇偶性和长度 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pll; const int N=1e5+10; int s[N]; ll f[30][2 阅读全文
posted @ 2020-12-10 19:46 朝暮不思 阅读(56) 评论(0) 推荐(0) 编辑