# frozen_string_literal: true N = gets.to_i puts N.times.reverse_each.map { |i| i.to_s * N }.join