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