摘要: 题目链接:[1177. 构建回文串检测](https://leetcode.cn/problems/can-make-palindrome-from-substring/) ## 方法:状态压缩 + 前缀异或 ### 解题思路 - 由题可知对于询问 $queries[i] = [l, r, k]$, 阅读全文
posted @ 2023-06-15 19:31 lixycc 阅读(22) 评论(0) 推荐(0)