Your task is to write a program, which, given two circles, calculates the area of their intersection with the accuracy of three digits after decimal point.
输入解释
In the single line of input file there are space-separated real numbers x1 y1 r1 x2 y2 r2. They represent center coordinates and radii of two circles.
输出解释
The output file must contain single real number - the area.