h,y;main(x){scanf("%d",&h),y=h;while(--h){printf("%*s",h,"*",x=y-h);while(--x)printf("**");puts("");}printf("%*s",y,"G*F");}