PATHS by recursive

while 1:n=input();f=o=1;exec"o+=o*n/f;f+=1;"*n;print o

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

download

return to the top page