摘要: 1769. 移动所有球到每个盒子所需的最小操作数 class Solution { public int[] minOperations(String boxes) { char[] chars = boxes.toCharArray(); int n = chars.length; int[] r 阅读全文
posted @ 2022-12-02 01:29 Eiffelzero 阅读(23) 评论(0) 推荐(0)