#P2546. Circular Area

    ID: 1547 传统题 1000ms 256MiB 尝试: 2 已通过: 1 难度: 10 上传者: 标签>其他离散化计算几何Northeastern Europe 2000Far-Eastern Subregion

Circular Area

Description

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.

Input

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.

Output

The output file must contain single real number - the area.

20.0 30.0 15.0 40.0 30.0 30.0
608.366

Source

Northeastern Europe 2000, Far-Eastern Subregion