There are two circles in the plane (shown in the below picture), there is a common area between the two circles. The problem is easy that you just tell me the common area.
输入解释
There are many cases. In each case, there are two lines. Each line has three numbers: the coordinates (X and Y) of the centre of a circle, and the radius of the circle.
输出解释
For each case, you just print the common area which is rounded to three digits after the decimal point. For more details, just look at the sample.