摘要: 本题第一难点:字符串处理 方法一:纯模拟,时间复杂度O(q*|s|)~估计分数30左右 1 #include<bits/stdc++.h> 2 using namespace std; 3 char s[1000010]; 4 char c; 5 int len; 6 int n, a[100010 阅读全文
posted @ 2020-11-13 11:06 TFLSNOI 阅读(670) 评论(0) 推荐(0) 编辑