摘要: #include <cstdio> #include <cstring> #include <algorithm> #include <iostream> using namespace std; const int maxn = 110005; int p[maxn*2+100]; char s[ 阅读全文
posted @ 2020-06-24 18:52 PeacefulGemini 阅读(141) 评论(0) 推荐(0)
回顶部