# include # include void main() { int i,j,k=1,l=1,n=4; clrscr(); for(i=1;i<=n;i++) { l=k; for(j=1;j<=i;j++) printf("%d",l++); k=l--; for(j=1;j