n, k = gets.chomp.split.map(&:to_i) puts ['Drew', 'Lost', 'Won'][(n - k) % 3]