| 
 
 
| Feedback |  | If you notice incorrect translations in Contester, please let author know. |  
 | Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Автор: Фёдор Меньшиков, ВГПУ. 
Difficulty Beta
 
 
 The card and envelopeEnglish translation is by Google
Russian
Given the dimensions of a rectangular postcard and envelope. Determine whether the card will fit in 
the envelope.
 Input
 The first line contains the dimensions of the card. The second line contains the size of the envelope. 
The card and envelope sizes are positive integers not exceeding 100.
 Output
 If the card can be put in the envelope output "Possible", otherwise output "Impossible".
 
 
 
| Input 1 |  
| 1 10 9 9
 
 |  
| Output 1 |  
| Possible 
 | 
 Для отправки решений необходимо выполнить вход.
 
 
 |