The heights of the triangle
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the heights of the triangle with sides .
Input
In a single line three positive integers are given — the lengths of the sides of a triangle. All numbers do not exceed .
Output
Print the heights of the triangle with two digits after the decimal point.
Examples
Input #1
Answer #1
Submissions 16K
Acceptance rate 49%