strbonacci FIXED by test

while(1){a=readline().split(' ');for(i=2;i<8;i++)a[i]=a[i-1]+a[i-2];print(a.join(' '))}

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

download

return to the top page