摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=1e6+10; 4 deque<char>S; 5 char s[N]; 6 int n,m,q; 7 int flag; 8 int l; 9 int main() 10 阅读全文
posted @ 2020-09-06 11:04 古比 阅读(129) 评论(0) 推荐(0) 编辑