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