斗笠 @ 2020-12-11 10:03:53
#include <bits/stdc++.h>
using namsepace std;
int a,b,c,d,e,f;
double s,zc;
int juli(int x1,int y1,int x2,int y2)
{
s==sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1));
return s;
}
int main()
{
cin>>a>>b>>c>>d>>e>>f;
zc==juli(a,b,c,d)+juli(a,b,e,f)+juli(c,d,e,f);
cout<<zc;
return 0;
}
by star星辰c @ 2020-12-11 10:09:47
保留两位小数
建议自己好好看看再问
by w23c3c3 @ 2020-12-11 10:11:40
赋值是一个等号
namespace不要打错了
函数是int,return一个double会返回0的
其他不说了自己看吧