Angles of triangle
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The triangle is given. Find the value of its biggest angle.
Input
The coordinates of triangle vertices are given. The coordinates of a vertex is a pair of integers not greater than by absolute value.
Output
Print the value of its biggest angle in degrees with decimal digits.
Examples
Input #1
Answer #1
Input #4
Answer #4
Submissions 4K
Acceptance rate 34%