判斷三角形型別
time limit:1000ms memory limit:65536k
total submit:189 accepted:68
description
給定三角形的三條邊,a,b,c。判斷該三角形型別。
input
測試資料有多組,每組輸入三角形的三條邊。
output
對於每組輸入,輸出直角三角形、銳角三角形、或是鈍角三角形。
actue ********
rect ********
obtuse ********
sample input
3 4 5sample output
rect ********source
using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace ak1164 }}
}
三角形型別判斷
問題描述 輸入三角形的三條邊a,b,c的值,根據其數值,判斷能否構成三角形 若能,還要顯示三角形的性質 等邊三角形 等腰三角形 直角三角形和任意三角形。using system using system.collections.generic using system.linq using syst...
判斷三角形型別
題目描述 給定三角形的三條邊,a,b,c。判斷該三角形型別。輸入描述 測試資料有多組,每組輸入三角形的三條邊。輸出描述 對於每組輸入,輸出直角三角形 銳角三角形 或是鈍角三角形。示例1輸入 3 4 5 輸出直角三角形 include include include include include i...
三角形判斷
description 婁月的妹妹劉月是個初中生,某天回來興高采烈的回家告訴姐姐他學會了如何憑藉三角形三邊判斷三角形的形狀 設兩條短邊為啊a,b 長邊為c,判斷a a b b和c c的關係 於是婁月告訴劉月,給她三條邊,她可以在一秒之內知道三角形是直角,鈍角還是銳角三角形,當然,這麼快只有程式設計才...