在等茉莉花


私信TA

用户名:uq_47648523142

访问量:5292

签 名:

等  级
排  名 1519
经  验 2812
参赛次数 1
文章发表 27
年  龄 0
在职情况 学生
学  校 bilibili
专  业 软件工程

  自我简介:

解题思路:

注意事项:

参考代码:

#include<stdio.h>

#include<math.h>

double distance(float x1, float y1, float x2, float y2)

 {

      double juli = sqrt(pow((x1-x2),2) + pow((y1-y2),2));

      return juli;

 }

int main()

{

float x1,x2,x3,y1,y2,y3;

double a,b,c,s,p;

scanf("%f%f",&x1,&y1);

scanf("%f%f",&x2,&y2);

scanf("%f%f",&x3,&y3);

a = distance(x1, y1, x2, y2);

b = distance(x1, y1, x3, y3);

c = distance(x2, y2, x3, y3);

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

s = sqrt(p*(p-a)*(p-b)*(p-c));//海伦公式 

printf("%.2lf\n",s);

return 0;

}


 

0.0分

1 人评分

  评论区

#include<stdio.h>

#include<math.h>

double distance(float x1, float y1, float x2, float y2)

 {

      double juli = sqrt(pow((x1-x2),2) + pow((y1-y2),2));

      return juli;

 }

int main()

{

float x1,x2,x3,y1,y2,y3;

double a,b,c,s,p;

scanf("%f%f",&x1,&y1);

scanf("%f%f",&x2,&y2);

scanf("%f%f",&x3,&y3);

a = distance(x1, y1, x2, y2);

b = distance(x1, y1, x3, y3);

c = distance(x2, y2, x3, y3);

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

s = sqrt(p*(p-a)*(p-b)*(p-c));//海伦公式 

printf("%.2lf\n",s);

return 0;

}#include<stdio.h>

#include<math.h>

double distance(float x1, float y1, float x2, float y2)

 {

      do
2024-02-04 14:40:46
#include<stdio.h>

#include<math.h>

double distance(float x1, float y1, float x2, float y2)

 {

      double juli = sqrt(pow((x1-x2),2) + pow((y1-y2),2));

      return juli;

 }

int main()

{

float x1,x2,x3,y1,y2,y3;

double a,b,c,s,p;

scanf("%f%f",&x1,&y1);

scanf("%f%f",&x2,&y2);

scanf("%f%f",&x3,&y3);

a = distance(x1, y1, x2, y2);

b = distance(x1, y1, x3, y3);

c = distance(x2, y2, x3, y3);

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

s = sqrt(p*(p-a)*(p-b)*(p-c));//海伦公式 

printf("%.2lf\n",s);

return 0;

}#include<stdio.h>

#include<math.h>

double distance(float x1, float y1, float x2, float y2)

 {

      do
2024-02-04 14:40:30
很糟糕很糟糕很糟糕很糟糕很糟糕很糟糕很糟糕很糟糕很糟糕很糟糕很糟糕
2024-02-04 14:34:05
  • «
  • 1
  • »