N,K=map(int,input().split()) print("Drew" if N==K else "Won" if (N+1)%3==K else "Lost")