#yuki745 import sys a,b,c,d=map(int,raw_input().split()) if d>=10: print'Impossible' sys.exit() print 'Possible' res=0 for i in xrange(a+b): if i