解题思路:

注意事项:

参考代码:

import math

a,b,c = map(int,input().split())

s = (a+b+c)/2

print("{:.3f}".format(math.sqrt(s*(s-a)*(s-b)*(s-c))))


      


 

0.0分

0 人评分

  评论区

  • «
  • »