摘要:
题目链接:http://codeforces.com/contest/432/problem/D 题意:对一个长度不超过10^5的字符串。按长度输出和后缀全然匹配的的前缀的长度,及该前缀在整个串中出现的次数。(可重叠) #include <cstdio> #include <cstring> con 阅读全文
posted @ 2017-07-02 16:43
liguangsunls
阅读(151)
评论(0)
推荐(0)