input_lines = input().split() my = int(input_lines[0]) aite = int(input_lines[1]) if my == aite: ptint("Drew") elif my - aite + 3 % 3 ==2: print("Won") else: print("Lost")