val n=readInt for(i<-2 to n)println(" "*(n-i)+"*"*(i*2-3)) print(" "*(n-4)+"COBOL")