leetcode 820:

使用的是字符串排序和strstr查找是否存在子串,没看懂为啥需要第二个条件:if (tmp == NULL || tmp[strlen(words[i])] != '#')

leetcode 648:

C语言 -- 字符串2

相关文章: