摘要:
#include<stdio.h> #include<math.h> int main(){ float a,b,c,d,s; while(scanf("%f%f%f%f",&a,&b,&c,&d)!=EOF){ s=sqrt((a-c)*(a-c)+(b-d)*(b-d)); printf("%. 阅读全文
posted @ 2018-09-29 23:55
yogurt_莹
阅读(96)
评论(0)
推荐(0)
2018年9月29日