let x=read_int()let p i=Printf.printf"%*s* "(x+i-2)(String.make(2*i)'*');;Array.init(x-1)p;p 0