利用海伦公式求三角形面积 边长abc由键盘输入,若输入的边长不能构成三角形,输出相应提示信息。海伦公式如下: 其中, #include<stdio.h> #include<math.h> int main(){ double a,b