> 其他 >
运用C语言函数和海伦公式求三角形面积?急求

 


人气:395 ℃ 时间:2019-08-21 17:08:44
解答
# include float x(float a, float b, float c) {float s; s=(a+b+c)/2;return s;}float y(float a, float b, float c,float s) {float area; aera=sqrt(s*(s-a)*(s-b)*(s-c)...……为什么我运行不了
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版