|
||||||||||
Gold minerTime Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3046 Accepted Submission(s): 1148 Problem Description Homelesser likes playing Gold miners in class. He has to pay much attention to the teacher to avoid being noticed. So he always lose the game. After losing many times, he wants your help. To make it easy, the gold becomes a point (with the area of 0). You are given each gold's position, the time spent to get this gold, and the value of this gold. Maybe some pieces of gold are co-line, you can only get these pieces in order. You can assume it can turn to any direction immediately. Please help Homelesser get the maximum value. Input There are multiple cases. In each case, the first line contains two integers N (the number of pieces of gold), T (the total time). (0£¼N¡Ü200, 0¡ÜT¡Ü40000) In each of the next N lines, there four integers x, y (the position of the gold), t (the time to get this gold), v (the value of this gold). (0¡Ü|x|¡Ü200, 0£¼y¡Ü200,0£¼t¡Ü200, 0¡Üv¡Ü200) Output Print the case number and the maximum value for each test case. Sample Input
Sample Output
Author HIT Source | ||||||||||
|