input = gets.to_i for i in 1..input (input - i).times do print input end puts "" end