import math as m while 1:a,b,c=[float(a) for a in raw_input().split()];s=(a+b+c)/2;print int(round(m.sqrt(s*(s-a)*(s-b)*(s-c))))