摘要: 20230310每日一题 滑动窗口题 class Solution { public int minimumRecolors(String blocks, int k) { int res=Integer.MAX_VALUE,len=blocks.length(); int change=0; fo 阅读全文
posted @ 2023-03-10 09:39 Ssshiny 阅读(16) 评论(0) 推荐(0)