python3,40分,不知道哪里出错了,请教一下大佬
查看原帖
python3,40分,不知道哪里出错了,请教一下大佬
825918
Blue002楼主2022/10/20 22:39

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

p=(a+b+c)/2.0

d=pow(p*(p-a)(p-b)(p-c),0.5)

print("%.1f"%d)

2022/10/20 22:39
加载中...