A = list(map(int,input().split())) if (A[0]-A[1]) == 0: print ("Drew") elif (A[0]-A[1]) == -1 or (A[0]-A[1]) == 2: print ("Won") else: print ("Lost")