N,K=map(int,input().split()) if N==K: print('Drew') if N-K==-1 or N-K==2: print('Won') if N-K==-2 or N-K==1: print('Lost')