PATHS by pooq

def f(n:Int)=(BigInt(1)/:1.to(n))(_*_)
while(0<1){val a=readInt;println(f(a*2)/f(a)/f(a))}

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

download

return to the top page