a, b, c = io.read("*n", "*n", "*n") s = (a + b + c) / 2 S = math.sqrt(s * (s - a) * (s - b) * (s - c)) print(S / 4)