4 4 6
7.937
① math
a = float(input())
b = float(input())
c = float(input())
p = float((a+b+c)/2)
print("%.3lf" % ②(p*(p-a)*(p-b)*(p-c)))