#include <iostream> #include <cmath> using namespace std; int main() { double a, b, c, s, area, check; cout << "輸入三角形ABC的邊長a = "; cin >> a;
確定! 回上一頁