n,k=gets.split.map(&:to_i) puts case n when k then :Drew when 0, 1 then n-k==-1 ? :Won : :Lose when 2 then n-k==2 ? :Won : :Lose end