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