Wardrobe
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The dimensions of the wardrobe are . Is it possible to carry it through the doorway of the size ? The wardrobe can be carried through the doorway, if its corresponding dimensions are not greater than the dimensions of the door.
Input
Integer numbers .
Output
Print "YES", if its possible to carry the wardrobe, and "NO" otherwise.
Examples
Input #1
Answer #1
Input #5
Answer #5
Submissions 42K
Acceptance rate 25%