做题记录2022.3.10(ac:100%) 摘要:解题思路:暴力,但不完全暴力注意事项:参考代码:string = input().strip() length = len(string) max_len = float("-inf") # 参…… 题解列表 2022年03月10日 0 点赞 0 评论 181 浏览 评分:0.0
字符串哈希解法(c++) 摘要:解题思路:利用字符串哈希确定字符子串出现的次数,当次数大于等于2时,将答案更新注意事项:参考代码:#include#include#include#includeusing namespace std…… 题解列表 2022年03月21日 0 点赞 0 评论 479 浏览 评分:0.0