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()))