a,b=map(int,input().split()) if a==b : print("Drew") elif (a-b+3)%3==2 : print("Won") else : print("Lost")