摘要: 仅作整理 struct substr { vector <int> st[256]; void init(char *x, int len) { for(int i = 0; i < len; ++i) { st[x[i]].push_back(i); } } bool isub(char *x, 阅读全文
posted @ 2019-09-06 21:39 张浦 阅读(74) 评论(0) 推荐(0)