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