a,b = gets.split c = a.to_i - b.to_i if c < 0 c += 3 end case c when 0 puts "Drew" when 1 puts "Lost" when 2 puts "Won" end