摘要: 先上一波题目 https://www.luogu.org/problem/P3375 kmp模板 看了好久才想起来是个什么东西qwq #include<cstdio> #include<cstring> #include<algorithm> #include<queue> #include<cma 阅读全文
posted @ 2019-10-17 22:05 友人Aqaq 阅读(297) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-1166 单点修改 单点查询 #include<cstdio> #include<cstring> #include<algorithm> #include<queue> #include<cmath> #define lowbit(x) 阅读全文
posted @ 2019-10-17 20:06 友人Aqaq 阅读(179) 评论(0) 推荐(0)