eolymp
bolt
Try our new interface for solving problems
Problems

New case

New case

Time limit 1 second
Memory limit 64 MiB

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 data

Five real numbers a, b, x, y, z (0 < a, b, x, y, z < 10).

Output data

Print 1, if the cabinet can be free carried through the door, and 0 otherwise.

Examples

Input example #1
5 7 4 6 8
Output example #1
1