摘要: 809. 情感丰富的文字 class Solution { public int expressiveWords(String s, String[] words) { int res = 0; // 空字符串 if (s.isEmpty()) { // 找words中有多少个空字符串 for (S 阅读全文
posted @ 2022-11-25 22:34 Eiffelzero 阅读(21) 评论(0) 推荐(0)