1
n=gets.to_i*2;n.times{|i|puts"*"*(i<n/2 ?i:n-i)}