烤冷面加辣白菜
烤冷面加辣白菜
全部文章
题解
归档
标签
去牛客网
登录
/
注册
烤冷面加辣白菜的博客
全部文章
/ 题解
(共1篇)
KMP + 贪心
#include <iostream> #include <string.h> using namespace std; int m; const int maxn=100005; char T[maxn],S[15][maxn]; struct node { i...
2020-03-23
1
822