|
||||||||||
Good PlanTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 359 Accepted Submission(s): 123 Problem Description FJ has two same house for rant. Now he has n (1 ¡Ü n ¡Ü 1000) piece of order, the orders are given in the form: s t v means that someone want to rant a hours from the day s to t paying v yuan totally (including the day s and t, 0 ¡Ü s ¡Ü t ¡Ü 400, 0 ¡Ü v ¡Ü 100,0000). A hours can be only rant to one person, and FJ should either accept an order totally or reject it. Input The first line of input file is a single integer T - The number of test cases. For each test case, the first line is a single integer n then there n lines, each line gives an order. Output For each data set, print a single line containing an integer, the maximum total income for the data set. Sample Input
Sample Output
Source | ||||||||||
|