eolymp
bolt
Try our new interface for solving problems
Problems

The heights of the triangle

The heights of the triangle

Find the heights of the triangle with sides $a, b, c$. \InputFile In a single line three positive integers $a, b, c$ are given --- the lengths of the sides of a triangle. All numbers do not exceed $100$. \OutputFile Print the heights of the triangle $h_a, h_b, h_c$ with two digits after the decimal point.
Time limit 1 second
Memory limit 128 MiB
Input example #1
3 4 5
Output example #1
4.00 3.00 2.40