N,K=gets.chomp.split.map(&:to_i) if N==K puts Drew elsif [N,K]==[0,1][1,2][2,1] puts Won else puts Lost end