def f(a,b):d=b-a;exec'print"%g"%a,;a+=d*.1;'*10;return b while 1:print reduce(f,map(eval,raw_input().split()))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page