I, Y = map(int, input().split()) result = I - Y if result == 0: print(Drew) elif result == -1 or result == 2: print(Won) else: print(Lose)