count = gets.to_i translation = Array.new() for c in 0..count-1 do translation[c] = gets.to_s.chomp! end puts translation.join