Distance Between Points
Submit solution
C
Points:
5
Time limit:
1.0s
Memory limit:
64M
Authors:
Problem types
Allowed languages
Given the coordinates of two points, find the euclidean distance between them. Output the answer accurate to 6 decimal places.
Input
4 5
2 3
Output
2.828427
Comments