Polynomial Sequences by hallvabo

while 1:a=map(int,raw_input().split());exec"a=map(int.__sub__,a[1:]+[0],a);"*len(a);print-a[0]

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

download

return to the top page