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