n = gets.to_i z = gets.split.map(&:to_i) puts "#{z.last} / #{z.first}"