#ablb. [abl_b]Integer Preference
[abl_b]Integer Preference
Problem Statement
Snuke likes integers that are greater than or equal to , and less than or equal to . Takahashi likes integers that are greater than or equal to , and less than or equal to .
Does there exist an integer liked by both people?
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print Yes
or No
.
Sample Input 1
10 30 20 40
Sample Output 1
Yes
For example, both like .
Sample Input 2
10 20 30 40
Sample Output 2
No