当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

5240:Exam

题目描述
As this term is going to end, DRD needs to prepare for his final exams.

DRD has $n$ exams. They are all hard, but their difficulties are different. DRD will spend at least $r_i$ hours on the $i$-th course before its exam starts, or he will fail it. The $i$-th course's exam will take place $e_i$ hours later from now, and it will last for $l_i$ hours. When DRD takes an exam, he must devote himself to this exam and cannot (p)review any courses. Note that DRD can review for discontinuous time.

So he wonder whether he can pass all of his courses.

No two exams will collide.
输入解释
First line: an positive integer $T \leq 20$ indicating the number of test cases.
There are T cases following. In each case, the first line contains an positive integer $n \leq 10^5$, and $n$ lines follow. In each of these lines, there are 3 integers $r_i, e_i, l_i$, where $0 \leq r_i, e_i, l_i \leq 10^9$.

输出解释
For each test case: output ''Case #x: ans'' (without quotes), where $x$ is the number of test cases, and $ans$ is ''YES'' (without quotes) if DRD can pass all the courses, and otherwise ''NO'' (without quotes).

输入样例
2
3
3 2 2
5 100 2
7 1000 2
3
3 10 2
5 100 2
7 1000 2
输出样例
Case #1: NO
Case #2: YES
来自杭电HDUOJ的附加信息
Recommend

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-5240

最后修改于 2020-10-25T23:20:58+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
2000/1000MS(Java/Others) 32768/32768K(Java/Others)