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