import math a=int(input()) b=int(input()) c=int(input()) if a+b>c and b+c>a and a+c>b: s=(a+b+c)/2 area=math.sqrt(s*(s-a)*(s-b)*(s-c)) print("{0:.2f}".format(area)) else: print("the length error!")
注册一个 Vijos 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 Vijos 通用账户