M,K=map(int,input().split()) M-=1 X=M//(K+1) Y=M-X X,Y=Y,X P=['Draw','Win','Win','Lose','Lose'] if X&1: print(P[(X&1)+(Y>0)]) else: print(P[-(Y>0)])