2022年11月6日
摘要: 在串A中找B,输出B出现的次数 rt 这是字符串hash板子 #include<iostream> #include <algorithm> #include <cstring> using namespace std; #define int long long const int N=1e6+5 阅读全文
posted @ 2022-11-06 15:42 towboat 阅读(36) 评论(0) 推荐(0)