Same sum FIXED by clock

a=0 b=0 for i=1,12 do a=a+b*2+1 b=b+2*a print("n = "..a+b.." , k = "..b)end

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

download

return to the top page