Goddess used to be a good friend of Jitui, but Jitui has always been busy solving algorithm problems which makes Goddess very upset. In order to punish Jitui, Goddess will send N spaceships to attack Jitui’s LAB (Lost Algorithm Base). Jitui’s LAB is going to use laser weapons to destroy some of the spaceships.
The whole space can be seen as a two-dimensional coordinate system. Jitui’s LAB is a single point located at (0, 0). Each spaceship can be considered as a circle with center at (xi, yi) and radius ri. Laser weapon can be viewed as a ray starting from (0, 0), and in a direction chosen by Jitui. For each spaceship, the sum of length of segments that covered by the ray is the total damage made by the laser. Note that spaceships may overlap, which means the length that the laser weapon covers each spaceship may be calculated more than once. Jitui wants you to help him calculate the maximum damage he can make.
The number of spaceships N will not exceed 200. All centers of spaceships are guaranteed to be in the square with the left-down point at (-1000, -1000) and the right-up point at (1000, 1000). No spaceship will cover the point of (0, 0).