Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register
Language:
Darkterror's Combos
Time Limit: 2000MSMemory Limit: 65536K
Total Submissions: 668Accepted: 108

Description

In the game Dota-Allstars, Darkterror (faceless void) is famous for his Time Walk plus ChronoSpere skill combos. The combos take the following actions:

First, Darkterror can move himself from his initial position within a range of Rw unit(s) by the skill Time Walk. Then he can cast a ChronoSpere which freezes all the heroes it covers. The distance between the center of the sphere and Darkterror must be no further than Rc unit(s). And the radius of the sphere is R unit(s).

In a Dota-Allstars battle, Facer was blamed for his poor combos. He always froze his fellows and left his enemies at large. To rehabilitate his fame, Facer has practiced the hero thousands of times. Now he needs to analysis the replays and find out whether he made the best decision in performing the combos. Given the heroes' positions and their threat levels, Facer wants to know the maximum sum of threat levels can be covered by a ChronoSpere. 

Input

The first line of input consists of three integers, Rw, Rc and R. (0 ≤ Rw, Rc, R ≤ 1000000)

The following ten lines describe the heroes in the battle. Each line contains three integers, x, y, and l indicating the hero's position and the threat level. (-1000000 ≤ x, y, l ≤ 1000000). The first line of the ten always describes Darkterror and his threat level is always zero.

Output

Output the maximum sum

Sample Input

100000 100000 1
100 100 0
-1 0 100
1 0 100
0 -1 100
0 1 100
999 1000 -100
1001 1000 -100
1000 999 -100
1000 1001 -100
1000 1000 100

Sample Output

400

Source

[Submit]   [Go Back]   [Status]   [Discuss]

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator