摘要: class Solution(object): def findLUSlength(self, a, b): """ :type a: str :type b: str :rtype: int """ if len(a) == len(b): if a <> b: return len(a) els 阅读全文
posted @ 2018-08-01 06:44 ffeng0312 阅读(100) 评论(0) 推荐(0)