Central binomial coefficient 2 by hallvabo

exec'k=input();v=j=1;exec"v*=2*k-j+1;v/=j;j+=1;"*k;print v;'*input()

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

download

return to the top page