N = gets.to_i puts (1..N).map { |n| n == 10 ? '0' * N : n.to_s * N }.join