R=range(31) for n in sorted(set((x*x+y*y)**.5for x in R for y in R))[1:301]:print"%.6f"%n