今天感觉自己状态不错,难得全a一次,记录一下, class Solution { // 第一题 /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * <p> * 返回满足题意的最小操作数 * * @param str string字符串 给定字符串 * @return int整型 */ public int minOperations(String str) { // write code here char[] ...