摘要: 给你一个由不同字符组成的字符串 allowed 和一个字符串数组 words 。如果一个words中的字符串的每一个字符都在 allowed 中,就称这个字符串是 一致字符串 。 请你返回 words 数组中 一致字符串 的数目。 1 <= words.length <= 104 1 <= allo 阅读全文
posted @ 2021-07-08 11:49 epiphanyy 阅读(9) 评论(0) 推荐(0)