eolymp
bolt
Try our new interface for solving problems
Problems

Point of heights intersection

Point of heights intersection

Find the intersection point of heights for given triangle.

Input

The coordinates of the three vertices of triangle (first the coordinates of the first vertex, then the second, then the third). Coordinates are the pair of integers not exceeding 104 in absolute value.

Output

Print two numbers - the coordinates of intersection point for triangle heights with an accuracy of at least 6 decimal digits.

Time limit 1 second
Memory limit 128 MiB
Input example #1
0 0
3 0
0 4
Output example #1
0.0 0.0