摘要:
P5410 【模板】扩展 KMP 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn = 1e6+5; 4 int q, nxt[maxn], extend[maxn]; 5 string a, b; 6 void ge 阅读全文
摘要:
Problem A 篮球队选拔 排序 Problem B 不存在的泳池 水题 Problem C 调酒壶里的酸奶 深搜 Problem D 过分的谜题 模拟 Problem E 小C的数学问题 单调栈 Problem F fps游戏 数学题 Problem G 闪闪发光 水题 Problem H 流 阅读全文