n = gets.to_i r = gets.split.map &:to_i x = r.inject :* until x < 10 x = x.to_s.chars.map(&:to_i).sum end puts x