997. Find the Town Judge

题目 我的代码(效率低到令人发指) class Solution(object): def findJudge(self, N, trust): """ :type N: int :type trust: List[List[int]] :rtype: int """ if N==1: return 1 cnt=col
相关文章
相关标签/搜索