2022年12月1日

尽可能使字符串相等

摘要: ##1208. 尽可能使字符串相等 int[] num = new int[s.length()]; for(int i = 0; i < s.length(); i++) { num[i] = Math.abs(s.charAt(i) - t.charAt(i)); } int left = 0, 阅读全文

posted @ 2022-12-01 23:39 xtdnn 阅读(15) 评论(0) 推荐(0)

导航