#include <stdio.h>#include <math.h>int main(){?double a, b, c, s, Area;?scanf("%lf%lf%lf ", &a, &b, &c);?s =( a + b + c) / 2;?Area = sqrt(s*(s - a)*(s - b)*(s - c));?printf("三角形的面積是%f", Area);?return 0;}
- 1 回答
- 0 關(guān)注
- 1078 瀏覽
添加回答
舉報(bào)
0/150
提交
取消