摘要: 1684. 统计一致字符串的数目 class Solution { public int countConsistentStrings(String allowed, String[] words) { int[] flag = new int[30]; char[] all = allowed.t 阅读全文
posted @ 2022-11-08 22:25 Eiffelzero 阅读(25) 评论(0) 推荐(0)