x,y = map(int,input().split()) print(["Draw","Lose","Won"][(x+3-y)%3])