(0..gets.to_i-1).map{->i{[(i%8==0 ? 'iki':'')+(i%10==0 ? 'sugi':''),(i/3).to_s].reject(&:empty?)[0]}[gets.to_i]}.map{|s|puts s}