摘要: 题目链接:https://cn.vjudge.net/contest/388654#status/2019030001040/B/0/ 字符串匹配 KMP模板题 #include <iostream> #include <algorithm> #include <cstdlib> #include 阅读全文
posted @ 2020-08-22 11:17 章楠雨 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://cn.vjudge.net/contest/388654#problem/A 字符串匹配kmp模板题 #include <iostream> #include <algorithm> #include <cstdlib> #include <cstring> #includ 阅读全文
posted @ 2020-08-22 11:13 章楠雨 阅读(145) 评论(0) 推荐(0) 编辑