wrzh0705 的 站内主页
2008
04-10
04-10
今年我刚刚学习C语言,好多东西不会,希望大家多多帮助啊。
怎么求三角形面积?谁会,帮我改一下啊,谢谢了
#include"math.h"
main()
{int a,b ,c,s;
printf("piease input three numbers:");
scanf("%d%d%d",&a,&b,&c);
s=(a+b+c)/2;
area=sqrt(s....
Read More >