Loading

摘要: 题目连接:https://leetcode-cn.com/problems/word-pattern/ 代码: class Solution { public boolean wordPattern(String pattern, String s) { String[] t = s.split(" 阅读全文
posted @ 2020-12-16 15:31 yoyuLiu 阅读(87) 评论(0) 推荐(0) 编辑