if(n<11)
{for(i=1;i<=n;i+ +)
{for(j=1; j<=n-i+1;j+ +)
{ printf("%2c",ch);
【17】 ; }
【18】 ; }
}
else printf("n is too large!\n")
printf(