n=gets.to_i xs=gets.split(" ").map{|e| e.to_i} t=0 xs.each{|x| t=t|x } ans=1 while (t&ans)>0 do ans*=2 end puts ans