qq_孤单魂_achqDH
2018-10-13 00:52
输入(x1,y1)和(x2,y2)。(注意符号为半角符号)
#include <stdio.h>#include<math.h>int main(){double x1,y1,x2,y2,s;scanf("%lf,%lf",&x1,&y1);
#include <stdio.h>#include <stdlib.h>#include <math.h>int main(){ float as,sd; float df,fg; scanf("%g,%g",&as,&sd); scanf("%g,%g",&df,&fg); float d = sqrt(pow((as-df),2)+pow((fg-sd),2)); printf("%g",d); return 0;}
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int
main()
{
float
as,sd;
df,fg;
scanf
(
"%g,%g"
,&as,&sd);
,&df,&fg);
d =
sqrt
pow
((as-df),2)+
((fg-sd),2));
printf
"%g"
,d);
return
0;
}
C语言入门
926025 学习 · 20793 问题
相似问题
回答 1