2022年11月7日
摘要: 主串a,模式串b,求b在a中出现的位置 #include<algorithm> #include<iostream> #include<cstring> #include<cstdio> #include<cmath> using namespace std; const int N = 1e6+3 阅读全文
posted @ 2022-11-07 21:57 towboat 阅读(26) 评论(0) 推荐(0)