N = gets.to_i A = gets.split.map(&:to_i) a = A.inject(&:|) x = 1 << (0 .. 61).find { |bit| a[bit] == 0 } puts x