package main import . "fmt" import . "math" func main() { var a,b float64 Scan(&a,&b) Printf("%.20f\n",Sqrt(Abs(a*a-b*b))) }