摘要: A题 模拟题,就是从每个i开始看看是否能找到这一串 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=1e6+10; char a[200][200]; int cnt[N]; int st[ 阅读全文
posted @ 2021-01-24 19:58 朝暮不思 阅读(80) 评论(0) 推荐(0)