摘要: 题目链接:https://www.luogu.com.cn/problem/U639316 解题思路: 二分,然后通过哈希判断子串是否相等。 示例程序: #include <bits/stdc++.h> using namespace std; const int maxn = 2e5 + 5; c 阅读全文
posted @ 2025-12-07 20:26 quanjun 阅读(9) 评论(0) 推荐(0)