开始 2024-01-27 08:00:00

冬令营基础1.27课前

结束 2024-01-27 10:00:00
Contest is over.
当前 2025-05-04 01:37:11

1.

include <bits/stdc++.h>

using namespace std; int main() {

float x1,y1,x2,y2;
int z;
scanf("%f%f%f%f",&x1,&y1,&x2,&y2);
z=sqrt(pow(x1-x2,2)+pow(y1-y2,2));
cout<<z;
return 0;

}


lyhbylz  •  1年前

比赛已结束。