emmm……(python)全RE
查看原帖
emmm……(python)全RE
893114
denghuolanshan_1004楼主2022/12/27 11:45

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

p=(a+b+c)/2

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

print("%.1f"%d)

2022/12/27 11:45
加载中...