1樓:匿名使用者
#include
#indlude
#define acute_angel 1 /* 銳角 */
#define right_angel 2 /* 直角 */
#define obtuse_angel 3 /* 鈍角 */
bool is********(int a, int b, int c)
return r;
}int get********type(int a, int b, int c)
else if (b > a && b > c)
else
if (pow(max_long, 2) == pow(edge_m, 2) + pow(edge_k, 2))
else if (pow(max_long, 2) > pow(edge_m, 2) + pow(edge_k, 2))
else
return type;
}int main()
else
type = get********type(a, b, c);
if (type == right_angel)
else if (type == obtuse_angel)
else
return 0;
}這是最笨的方法,還可以通過三角函式來判斷,不過都忘光了
2樓:你猜我猜哇擦猜
#include
#include
void main()
else
printf("not tring\n");}
c語言輸入三角形的三邊長判斷能否構成三角
include include void main else include include void main else printf n這三邊不能組成三角形 n else printf n輸入錯誤!大致是這樣,可能有一點小錯誤,用編譯器編譯修改一下就好了。 程式 c的沒怎麼寫過。給你 方法吧。1...
編寫程式根據輸入的三角形的三條邊判斷是否能組成三角形
1 private sub command1 click dim a,b,c as integera val inputbox 邊1 b val inputbox 邊2 c val inputbox 邊3 if a b c and a c b and b c a then print 周長 a b ...
已知三角形三條邊怎麼求面積,已知三角形的三邊長如何求面積?
花降如雪秋風錘 已知三角形的三邊,可以使用海 式直接計算出三角形的面積,公式中三角形的面積s p p a p b p c 其中p a b c a,b,c是三角形的三條邊。海 式又譯作希 式 海龍公式 希羅公式 海倫 秦九韶公式。它是利用三角形的三條邊的邊長直接求三角形面積的公式。相傳這個公式最早是由...