Write a program which calculates the distance between two points P1(x1, y1) and P2(x2, y2).
Four real numbers x1, y1, x2 and y2 are given in a line.
Print the distance in real number. The output should not contain an absolute error greater than 10-4.
0 0 1 1
1.41421356