摘要: 输入:words = ["smooth","common","moorings"]输出:"moo",其他如 "omo", "oom" 也是正确答案。解释:m 在 "smooth" 中出现 1 次,在 "common" 中出现 2 次,在 "moorings" 中出现 1 次,所以只有 1 个 m 符 阅读全文
posted @ 2021-03-05 22:04 aaronwell 阅读(636) 评论(0) 推荐(0)