Number in number by nn

t=100;main(n){for(;~scanf("%d",&n);)printf("%d %d %d %d\n",n/t/t%t,n%t,n/t/t/t,n/t%t);}

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

download

return to the top page