while 1:a,b,c=map(int,raw_input().split());s=(a+b+c)/2.;print int((s*(s-a)*(s-b)*(s-c))**.5+.5)