New case
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The size of the rectangular door a, b are given, and the size of the cabinet, which is shaped like a cuboid x, y, z. Is it possible to carry through the closet door, if allowed to carry it so that each edge of the cabinet was parallel or perpendicular to each side of the door.
Input
Five real numbers a, b, x, y, z (0 < a, b, x, y, z < 10).
Output
Print 1, if the cabinet can be free carried through the door, and 0 otherwise.
Examples
Input #1
Answer #1
Submissions 30K
Acceptance rate 25%