import sequtils, strutils, algorithm, math var n = readLine(stdin).split.map(parseFloat) echo sqrt(n.max ^ 2 - n.min ^ 2)