Number in number by leonid

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

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

download

return to the top page