def solve %(#{Z[-1]}/#{Z[0]}) end N = gets.to_i Z = gets.split.map(&:to_i) puts solve