摘要: 重复的子字符串 459. 重复的子字符串 - 力扣(LeetCode) class Solution { public: void getNext (int* next, const string& s){ next[0] = -1; int j = -1; for(int i = 1;i < s. 阅读全文
posted @ 2022-11-20 22:55 凱風快晴 阅读(27) 评论(0) 推荐(0)