PATHS by ninjalj

while 1:
 b=input()
 c=b*2;a=1
 while c>b:a=a*c;c=c-1
 while c:a=a/c;c=c-1
 print a

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

download

return to the top page