J. Pollution Solution
의견: 0
As an employee of Aqueous Contaminate Management, you must monitor the pollution that gets dumped (sometimes accidentally, sometimes purposefully) into rivers, lakes and oceans. One of your jobs is to measure the impact of the pollution on various ecosystems in the water such as coral reefs, spawning grounds, and so on. Figure J.1: Illustration of Sample Input 1. The model you use in your analysis is illustrated in Figure J.1. The shoreline (the horizontal line in the figure) lies on the \(x-ax\)is with the source of the pollution located at the origin (0,0). The spread of the pollution into the water is represented by the semicircle, and the polygon represents the ecosystem of concern. You must determine the area of the ecosystem that is contaminated, represented by the dark blue region in the figure.
The input consists of a single test case. A test case starts with a line containing two integers \(n\) and \(r\), where \(3 \le n \le 100\) is the number of vertices in the polygon and \(1 \le r \le 1\,000\) is the radius of the pollution field. This is followed by \(n\) lines, each containing two integers \(xi\), y\(i\), giving the coordinates of the polygon vertices in count\(er-cl\)ockwise order, whe\(re - 1\,500 \le xi \le 1\,500\) and \(0 \le yi \le 1\,500\). The polygon does not se\(lf-in\)tersect or touch itself. No vertex lies on the circle boundary.
Display the area of the polygon that falls within the semicircle centered at the origin with radius \(r\). Give the result with an absolute error of at most \(10^{−}^{3}\).
6 10
-8 2
8 2
8 14
0 14
0 6
-8 14
101.576437872
평가 및 의견
J. Pollution Solution
Log in to rate problems.
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
J. Pollution Solution