Let the goat into the garden 1`
Once upon a time, three goats wandered into Ivan Petrovich's garden. Goats are known to be quite aggressive, especially when competing for delicious cabbage. So, when each goat noticed the others, they all froze and began to watch each other: one eye on one goat and the other eye on the second goat. Naturally, this required the goats to "squint" their eyes.
Your task is to determine the largest angle at which the goats had to "squint" their eyes.
Input
The program receives input in the form of coordinates for three points, representing the positions of the goats (first the coordinates of the first goat, then the second, and finally the third). Each coordinate is a pair of integers, with absolute values not exceeding .
Output
Output a single number, representing the magnitude of the largest angle at which the goats squint their eyes, with a precision of at least 6 decimal places.