a,b,c,d=gets.split.map(&:to_i) if d == 10 puts "Impossible" exit else puts "Possible" end cnt = 0 hoge = 1 ans = 0 b.times do cnt += 1 ans += 50 * hoge if cnt == 100 cnt = 0 hoge *= 2 end end a.times do cnt += 1 ans += 100 * hoge if cnt == 100 cnt = 0 hoge *= 2 end end p ans