a, b = map(int, input().split()) c = [a, b] if a == b: print('Drew') if c == [0,1] or [1,2] or [2,1]: print('Lost') else: print('Won')