随笔分类 -  字符串

摘要:模板,代码如下: #include<cstdio> #include<cstring> #include<algorithm> #include<iostream> using namespace std; const int N=1000009; char s1[N],s2[N]; int nxt 阅读全文
posted @ 2020-06-17 06:42 With_penguin 阅读(64) 评论(0) 推荐(0)