H. Scenery
의견: 0
Images by John Fowler, Carol Highsmith, and Richard Woodland You have decided to spend a day of your trip to Rapid City taking photographs of the South Dakota Badlands, which are renowned for their spectacular and unusual land formations. You are an amateur photographer, yet very particular about lighting conditions. After some careful research, you have located a beautiful location in the Badlands, surrounded by p\(ic- tu\)resque landscapes. You have determined a variety of features that you wish to photograph from this location. For each feature you have identified the earliest and latest time of day at which the position of the sun is ideal. However, it will take quite a bit of time to take each photograph, given the need to re\(po- si\)tion the tripod and camera and your general perfectionism. So you are wondering if it will be possible to successfully take photographs of all these features in one day.
The first line of the input contains two integers \(n\) (\(1 \le n \le 10^{4}\)) and \(t\) (\(1 \le t \le 10^{5}\)), where \(n\) is the number of desired photographs and \(t\) is the time you spend to take each photograph. Following that are \(n\) additional lines, each describing the available time period for one of the photographs. Each such line contains two nonnegative integers \(a\) and \(b\), where \(a\) is the earliest time that you may begin working on that photograph, and \(b\) is the time by which the photograph must be completed, with \(a + t \le b \le 10^{9}\).
Display yes if it is possible to take all \(n\) photographs, and no otherwise.
2 10
0 15
5 20
yes
2 10
1 15
0 20
no
2 10
5 30
10 20
yes
평가 및 의견
H. Scenery
Log in to rate problems.
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
H. Scenery