a,b,c = map(int,input().split()) S = ((a+b+c)*(a+b-c)*(b+c-a)*(c+a-b))**0.5 print(S/16)