strbonacci FIXED by pgas_fast

while read a b r;do for((;++n%8;)){ r+=$a\  t=$b b+=$a a=$t;};echo $r$a;done

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

download

return to the top page