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