n = gets.chomp (n.to_i).downto(0){|i| i.times{print n} puts "" }