摘要: Solutions: public int countCharacters(String[] words, String chars) { int count = 0; //计算符合条件字符串总长度 int[] chaNum = new int[26];//统计给定的chars中每个字母的个数 // 阅读全文
posted @ 2020-02-03 20:36 一只桃子 阅读(144) 评论(0) 推荐(0)