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