Fluctuation Limit

TimeLimit:2000MS  MemoryLimit:524288KB
64-bit integer IO format:%I64d
Special Judge
未提交 | 登录后收藏
Problem Description
It is preferrable to read the pdf statment.

Cuber QQ has signed up for a gambling game, that challenges him to predict the stock price of Quber CC Limited, for the next following $n$ days. He shall make his prediction by filling a table with $n$ intervals, the $i$-th of which is the predicted interval $[l_i, r_i]$ at the $i$-th day. If all $n$ prices lie in the corresponding interval, Cuber QQ will win 1 million dollars. Otherwise, he will not earn a single penny.

As is well known, the stock price has a fluctuation limit. For simplicity, we assume the limit up and the limit down are both $k$, which is an integer. That means, if the stock price at the $i$-th day is $x$, the price at the $i+1$-th day is at most $x+k$ and at least $x-k$.

Cuber QQ wants to know whether it is possible to manipulate the stock price, without breaking the limitation above of course, so that he can have the $1$ million dollars. Since his table has already been submitted, he cannot modify his predicted intervals any more. It has to be done secretly behind the scenes, and smartly cover it up so that no one will notice.
Input
The input starts with an integer $T$ ($1 \le T \le 10^5$), denoting the number of test cases.

For each test case, the first line contains two space-separated integers $n$ and $k$ ($2 \le n \le 10^5$, $0 \le k \le 10^9$), where $n$ is the number of days and $k$ is the fluctuation limit.

The $i$-th line of the next $n$ lines contains two space-separated integers $l_i$ and $r_i$ ($0 \le l_i \le r_i \le 10^9$), which is Cuber QQ's predicted interval in the $i$-th day. A prediction is believed to be correct if the stock price $i$-th day lies between $l_i$ and $r_i$, inclusive.

It is guaranteed that the sum of all $n$ does not exceed $10^6$.
Output
For each test case, first output a single line YES or NO, that states whether Cuber QQ will win the 1 million price.

If YES, in the next line, output a possible price series, $a_1, a_2, \ldots, a_n$, where $l_i \le a_i \le r_i$ ($1 \le i \le n$) and $|a_i - a_{i+1}| \le k$ ($1 \le i \le n - 1$). The integers should be separated with space.
SampleInput
2
3 1
1 6
2 5
3 6
2 3
1 5
10 50
SampleOutput
YES
2 3 3
NO
Submit
题目统计信息详细
总AC数0
通过人数0
尝试人数0
总提交量0
AC率0.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: