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