me, you = map(int, input().split()) if me == you: print("Drew") elif (me+1)%3 == you: print("Won") else: print("Lost")