float x,y;main(){for(;~scanf("%f%f",&x,&y);)printf("%.2f\n",hypot(x,y));}