给定一个数组A[n], 定义数组的众数( Majority Element) 为数组中出现次数超过n/2 次的元素, ... int(len(lst)/2): l.append(i) ll = list(set(l)) print(''.join(ll))
確定! 回上一頁