#44309: python 海龍公式


suyueh (suyueh)


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