main(i,n){for(i=n=getchar()-47;++i<n*n;)printf(i%n?"%d":"\n",i/n*11+1);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page