出现N次的数有两两均不相邻,则连续4个数之中一定有两个该数字,找到即可。 class Solution: def repeatedNTimes(self, A): """ :param A: List[int] ...
確定! 回上一頁