HDU OJ ACM Font Size:← →Problem DescriptionWord's combinatio
来源:学生作业帮 编辑:大师作文网作业帮 分类:英语作业 时间:2024/11/18 03:14:18
HDU OJ ACM
Font Size:← →
Problem Description
Word's combination is an interesting thing.
Given a set of words S={s1,s2,...,sn},where si is a word only consists lowercase letter and its length is less than 50.When si merges in a text,its effect on reader's mood is both positive and negative.A word's positive effect is measured in love level li and negative effect is in hate level hi.
At the same time,given a set paragraph P={P1,P2,...,Pn} and Pj is a string whose length is less than 1000.For each word si in S,there is two conditions in Pj as follows:
Related :si is a substring of Pj,and li units of love level is added to Pj,if si occurs several times in Pj,every occurrence is counted.
Unrelated :si never occurs in Pj and this condition bring Pj nothing.
Text T is defined as a subset of P.T's love level is defined as sum of Pj's love level where Pj belongs to T minus words?hate level.Because a strange psychology phenomenon,hate level of a word which occurs in T is only counted once no matter how many times it occurs.
Given the set of S and P,writing robot's job is to select a subset T to maximum the love level.
Input
The first line of the input contains a single integer T (1 ≤ T ≤ 15),the number of test cases.Then T cases follow.
First line of each case contains 2 integers,S,P.(1≤S,P≤150),then S lines follows,each line contains 2 integers,li,hi,(1≤li≤100,1≤hi≤1000),and a string si with length less than 50.Next P lines,each contains a string Pi with length less than 1000.It guarantees that the answer will not exceed 32-bit signed integer.
Output
For the x-th test case,print "Case x:" and maximum T's profit in a line.Sample Input
2
3 2
2 2 hit
1 2 it
3 1 song
hitman
singasong
2 2
2 3 ab
1 6 ba
ababab
bababa
Sample Output
Case 1:2
Case 2:6
Font Size:← →
Problem Description
Word's combination is an interesting thing.
Given a set of words S={s1,s2,...,sn},where si is a word only consists lowercase letter and its length is less than 50.When si merges in a text,its effect on reader's mood is both positive and negative.A word's positive effect is measured in love level li and negative effect is in hate level hi.
At the same time,given a set paragraph P={P1,P2,...,Pn} and Pj is a string whose length is less than 1000.For each word si in S,there is two conditions in Pj as follows:
Related :si is a substring of Pj,and li units of love level is added to Pj,if si occurs several times in Pj,every occurrence is counted.
Unrelated :si never occurs in Pj and this condition bring Pj nothing.
Text T is defined as a subset of P.T's love level is defined as sum of Pj's love level where Pj belongs to T minus words?hate level.Because a strange psychology phenomenon,hate level of a word which occurs in T is only counted once no matter how many times it occurs.
Given the set of S and P,writing robot's job is to select a subset T to maximum the love level.
Input
The first line of the input contains a single integer T (1 ≤ T ≤ 15),the number of test cases.Then T cases follow.
First line of each case contains 2 integers,S,P.(1≤S,P≤150),then S lines follows,each line contains 2 integers,li,hi,(1≤li≤100,1≤hi≤1000),and a string si with length less than 50.Next P lines,each contains a string Pi with length less than 1000.It guarantees that the answer will not exceed 32-bit signed integer.
Output
For the x-th test case,print "Case x:" and maximum T's profit in a line.Sample Input
2
3 2
2 2 hit
1 2 it
3 1 song
hitman
singasong
2 2
2 3 ab
1 6 ba
ababab
bababa
Sample Output
Case 1:2
Case 2:6
很明显的字典树题目.呵呵
这个你直接百度题号,连解题报告都有了
这个你直接百度题号,连解题报告都有了
HDU OJ ACM Font Size:← →Problem DescriptionWord's combinatio
acm Font Size:← →Problem Description键盘输入一个高精度的正整数n(≤240位),去掉
急,寻找素数对问题Font Size:← →Problem Description哥德巴赫猜想大家都知道一点吧.我们现在
HDU ACM problem 1236 为什么会Runtime Error (ACCESS_VIOLATION)?
ACM HDU 1002 A + B Problem II Runtime Error(ACCESS_VIOLATION
font-size:100%是什么意思?
HDU ACM编程2000题..
hdu acm 难度分布问题
一道不难的ACM题,Font Size:Aa Aa Aa Description8是topcoder的幸运数,但是,8的
BODY { FONT-FAMILY:"宋体"; FONT-SIZE:9pt; background:#fcfff7}
ACM OJ上的题目1013:Counterfeit Dollar
hdu 1002 A + B Problem II