Problem 3783 --I love exam

3783: I love exam

"
Time Limit $1$ 秒/Second(s) Memory Limit $128$ 兆字节/Megabyte(s)
提交总数 $0$ 正确数量 $0$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签
Student Z doesn't love exams

The exam was about to be done soon, but student Z didn't even read the book, He had collapsed.

Student Z has a total of n exams, and there are still t days before the start of the exam, which means he still has t days to PREVIEW.

But student Z couldn’t even read the textbooks, and couldn’t review it at all. Fortunately, a kind classmate gave him m sets of review materials. The i set of materials can improve the grades of the si course. The i set of materials needs to be studied for yi days. You can increase xi points later (the upper limit of each course is 100points, so after it is upgraded to 100 points, there will be no further increase).and note that each set of review materials can only be used once.

Student Z now has a zero-point level in every course. it is impossible to review all the materials, so he needs to choose some materials to review, but he can fail at most p courses in this semester (if the score of one course is less than 60 points will fail), otherwise he will be talked to by the professor.

Student Z now wants to know the maximum points he can get in all courses under the premise of fail no more than p courses this semester. If he cannot meet the conditions, please output −1 .
A positive integer T (T≤10) in the first line represents the number of test cases.

For each test case:

The first line contains a positive integer n (n≤50) represents the total number of courses in this semester.

The second line contains n strings which length is no more than 15, representing the course name of each course in this semester.

The third line contains a positive integer m (m≤15000) represents the number of review materials he obtained.

In the next m lines, each line have a string s and two positive integers x(1≤x≤10) and y(1≤y≤10) , representing the course of this set of materials review, the improved scores and The number of days required for learning(data assurance this course was studied this semester ).

The last line has two integers tp(1≤t≤500,0≤p≤3) represents the number of review days that student Z has and the upper limit of the number of failed courses in this semester.
For each test case, output a line with a positive integer representing the maximum score that student Z can obtain in the case of meeting the conditions .If he must be talked to by the professor, output −1
1
3
mathematics physics signals
20
physics 10 1
physics 10 1
physics 10 1
physics 10 1
physics 10 1
physics 10 1
physics 10 1
mathematics 10 1
mathematics 10 1
mathematics 10 1
mathematics 10 1
mathematics 10 1
mathematics 10 1
mathematics 10 1
signals 10 1
signals 10 1
signals 10 1
signals 10 1
signals 10 1
signals 10 2
19 1
190

推荐代码 查看3783 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$ $ms]
内存最少[$ $KB]
第一AC
第一挑战

赛题来源/所属竞赛 N/A

竞赛编号 竞赛名称 竞赛时间 访问比赛