# 整体来说比较简单 class Solution: def foundOnceNumber(self , arr: List[int], k: int) -> int: # write code here # 统计按位求与...