随笔分类 -  OnlineJudge - 洛谷

摘要:后缀数组+二分答案 阅读全文
posted @ 2018-03-22 21:11 VisJiao 阅读(147) 评论(0) 推荐(0)
摘要:展开后转化为最大权闭合图 阅读全文
posted @ 2018-03-22 13:14 VisJiao 阅读(196) 评论(0) 推荐(0)
摘要:lct维护子树大小 阅读全文
posted @ 2018-03-14 11:33 VisJiao 阅读(171) 评论(1) 推荐(0)
摘要:原题链接 Description 模板题啦~ Code //【模板】KMP字符串匹配 #include <cstdio> #include <cstring> int const L=1e6+10; char s1[L],s2[L]; int nxt[L]; int main() { scanf(" 阅读全文
posted @ 2018-02-27 11:04 VisJiao 阅读(183) 评论(0) 推荐(0)