n = gets.to_i arr = Array('0'..'9').reverse n.times { |i| print arr[i] * n } puts ''