a,b,c=map(int,input().split()) p=0.5*(a+b+c) s=(p*(p-a)*(p-b)*(p-c))**0.5 print('{:.1f}'.format(s))
结果是: 出现了三个RE,两个AE!