为什么为出现三个RE啊,求大佬解答
查看原帖
为什么为出现三个RE啊,求大佬解答
493368
xzqfxy楼主2021/4/15 15:45

from math import * n = input().split(" ") a, b, c = int(n[0]), int(n[1]), int(n[2]) p = (a+b+c)0.5 s = sqrt(p(p-a)(p-b)(p-c)) print("%.1lf" %s)

2021/4/15 15:45
加载中...