随笔分类 -  字符串

百题计划-6 codeforces 651 div2 E. Binary Subsequence Rotation 01序列集合划分,2个队列处理
摘要:https://codeforces.com/contest/1370/problem/E 队列元素以末尾字符为结尾的序列就好了,这里队列里的元素不重要,队列size重要 #include<bits/stdc++.h> using namespace std; typedef long long l 阅读全文

posted @ 2020-08-21 22:17 KEZ 阅读(79) 评论(0) 推荐(0)

导航