|
||||||||||
Circle and TriangleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 521 Accepted Submission(s): 82 Problem Description LMY and YY are geometry lovers. They enjoy challenging each other with interesting geometry problems. One day, LMY puts a circle and a triangle on a plane. Then YY moves them. They find that the overlapping area of the circle and the triangle varies as the relative position between the two changes. LMY and YY want to find out the largest common area. Input Input consists of one or more lines. For each line, there are four integers describing one test case: the lengths of three sides of a triangle a, b, c; and the radius of a circle r; where 1¡Üa¡Üb¡Üc¡Ü100, 1¡Ür¡Ü100, and a+b>c. End of input is indicated by a line consisting four zeros. Output For each test case, output a single line showing the largest overlapping area of the circle and the triangle. The precision should be 10-2. Sample Input
Sample Output
Source | ||||||||||
|