#include<stdio.h>#include<math.h>double zhouchang(int x1,int y1,int x2,int y2);double S(double a,double b,double c);
double zhouchang(int x1,int y1,int x2,int y2);改成double zhouchang(double x1,double y1,double x2,double y2);
同求