摘要: 已通过leetcode647:https://leetcode-cn.com/problems/palindromic-substrings/ void get_d(vector<int> & d, const string & s) { //l r 为维护的最靠右的回文串边界 int n = s. 阅读全文
posted @ 2022-04-23 11:42 hellozhangjz 阅读(38) 评论(0) 推荐(0)