eolymp
bolt
Try our new interface for solving problems
Problems

Goat in the Garden - 3`

Goat in the Garden - 3`

Thr Peter Vasilyevich's garden has a triangular shape and is not fenced. Peter Vasilyevich wants to bind a goat to the peg in the garden so that his pasture area will be maximum, but the goat will not go to neighbors' area. Find the place in the garden where to bind a goat. \InputFile The program receives the coordinates of the vertices of three corners of the garden. The corner coordinates represents with a pair of integers that do not exceed \textbf{10^4} in absolute value. \OutputFile Print two numbers - the coordinates of the peg to which you want to tie a goat, with an accuracy of at least \textbf{6} decimal places.
Time limit 1 second
Memory limit 64 MiB
Input example #1
0 0
3 0
0 4
Output example #1
1.00000000 1.00000000