N, K = map(int, input().split()) X = N - K Y = 2 if X == 0: Y = 0 elif X == -1 or X == 2: Y = 1 print(['Drew', 'Won', 'Lost'][Y])