num =gets.to_i num.times do input = gets.chomp print input end