摘要: 123321 阅读全文
posted @ 2021-05-12 11:43 ~江上酒 阅读(120) 评论(0) 推荐(0)
摘要: 题目一 阅读全文
posted @ 2021-05-12 11:32 ~江上酒 阅读(102) 评论(0) 推荐(0)
摘要: 字符串的查找的几种方法 KMP strstr() find() KMP #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 1e5 + 10, M = 1e6 + 阅读全文
posted @ 2021-05-11 21:33 ~江上酒 阅读(79) 评论(0) 推荐(0)
摘要: hello_world 阅读全文
posted @ 2021-05-11 21:13 ~江上酒 阅读(61) 评论(0) 推荐(0)