include../local/euphoria/include/get.e object a,b while 1do a=get(0)b=get(0)printf(1+a[1],"%s%.f\n",(a+b*b/a[2])/4)end while