摘要: 第一题 5605. 检查两个字符串数组是否相等 对于每个数组,都连接这个数组的所有单词为一个单词,然后直接判断这两个单词是否相等即可。 class Solution { public: bool arrayStringsAreEqual(vector<string>& word1, vector<s 阅读全文
posted @ 2020-11-22 18:22 machine_gun_lin 阅读(78) 评论(0) 推荐(0)