摘要: kmp模板: //得到next数组void get_next(string s,int& next){ int i=0; ... 阅读全文
posted @ 2019-12-15 12:25 pony.ma 阅读(37) 评论(0) 推荐(0) 编辑