Var a, b, c, P, S: real; begin readln(a); readln(b); readln(c); p:=(a+b+c)/2; S:=sqrt(p*(p-a)*(p-b)*(p-c)); writeln(s); end.