Symmetric matrix by G.w.

n,i,j;main(t){char a[99][99];for(;gets(a+n);n++);for(t+=strlen(a)/n;i<n;puts(a+i++))for(j=i;j;printf("%d ",atoi(a[i-j]+t*j--)));}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page