Multifactorials by nn

main(f,n,s){for(;~scanf("%d%s",&f,s);vprintf("%d\n"))for(n=f;n-=strlen(s),n>0;)f*=n;}

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

download

return to the top page