随笔分类 -  ACM竞赛—字符串

记录一些题目
摘要:1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 #include <string> 5 #include <vector> 6 7 using namespace std; 8 typedef long long 阅读全文
posted @ 2020-09-16 20:23 章楠雨 阅读(119) 评论(0) 推荐(0)
摘要:题目链接:https://cn.vjudge.net/contest/388654#status/2019030001040/B/0/ 字符串匹配 KMP模板题 #include <iostream> #include <algorithm> #include <cstdlib> #include 阅读全文
posted @ 2020-08-22 11:17 章楠雨 阅读(130) 评论(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 章楠雨 阅读(153) 评论(0) 推荐(0)