eolymp
bolt
Try our new interface for solving problems
Problems

The card and envelope

The card and envelope

Given the dimensions of rectangular cards and envelopes. Required to determine whether to put a postcard in the envelope. \InputFile 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 \textbf{100}. \OutputFile If the card can be embedded in an envelope, print "\textbf{Possible}", if no - show "\textbf{Impossible}".
Time limit 1 second
Memory limit 64 MiB
Input example #1
1 10
9 9
Output example #1
Possible