Heron
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The sides and the diagonal of a convex quadrilateral are given. Find the area of a quadrilateral, using the Heron’s formula that calculates the area of a triangle.
Input
In one line five real numbers are given: . They are the lengths of segments as shown in the picture.
Output
Print the area of a quadrilateral with decimal digits.
Examples
Input #1
Answer #1
Submissions 26K
Acceptance rate 44%