The card and envelope
Medium
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given the dimensions of rectangular cards and envelopes. Required to determine whether to put a postcard in the envelope.
Input
In the first row are the size of cards, the second - the size of the envelope. Dimensions cards and envelopes - are positive integers not exceeding 100.
Output
If the card can be embedded in an envelope, print "Possible", if no - show "Impossible".
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 11%