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