回覆列表
  • 1 # 現在答題全靠運氣的

    #include<stdio.h>

    #include<math.h>

    int main()

    {

    double a, b, c, p, s;

    printf("請輸入三角形的三邊長:");

    scanf("%lf%lf%lf", &a, &b, &c);

    p = (a+b+c)/2;

    s = sqrt( p*(p-a)*(p-b)*(p-c));

    printf("%.3f\n", s);

    return 0;

    }

  • 2 # 阡白陌雪

    #include<stdio.h>

    #include<math.h>

    int main()

    {

    double a, b, c, p, s;

    printf("請輸入三角形的三邊長:");

    scanf("%lf%lf%lf", &a, &b, &c);

    p = (a+b+c)/2;

    s = sqrt( p*(p-a)*(p-b)*(p-c));

    printf("%.3f\n", s);

    return 0;

    }

  • 中秋節和大豐收的關聯?
  • 美國恐怖片捉迷藏的五個結局分別是什麼啊?