離散化+最大費用最大流...
源點---1 .. 2 ..3 .... n ---匯點 連流量為K,費用為0的邊
對于(a , b , w) 連從 a到b容量1費用w的邊
Intervals
Description You are given N weighted open intervals. The ith interval covers (ai, bi) and weighs wi. Your task is to pick some of the intervals to maximize the total weights under the limit that no point in the real axis is covered more than k times. Input The first line of input is the number of test case. Output For each test case output the maximum total weights in a separate line. Sample Input 4
3 1
1 2 2
2 3 4
3 4 8
3 1
1 3 2
2 3 4
3 4 8
3 1
1 100000 100000
1 2 3
100 200 300
3 2
1 100000 100000
1 150 301
100 200 300
Sample Output 14
12
100000
100301
Source
POJ Founder Monthly Contest
生活不易,碼農辛苦
如果您覺得本網站對您的學習有所幫助,可以手機掃描二維碼進行捐贈 ![]()
------分隔線----------------------------
分享到:
------分隔線----------------------------
|