1333: 两点之间的距离
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
在一个直角坐标系中存在两个点。输入两个点的
坐标(整数),输出它们连成线段的长度。
输入两行,两个点坐标。
坐标(整数),输出它们连成线段的长度。
输入两行,两个点坐标。
Sample Input Copy
39 22
11 5
Sample Output Copy
32.7567