Leetcode 第 325 场周赛 题目链接:第 325 场周赛 - 力扣(LeetCode) 最后一题没考虑全痛失AK 到目标字符串的最短距离 class Solution { public: int closetTarget(vector<string>& words, string target, int startIndex) { int res=INT_… 2022-12-25 13:48 | leetcode 536 字 | 9 分钟 01背包DPleetcode二分双指针滑动窗口