N, K = map(int, input().split()) judge = ['Drew', 'Won', 'Lost'] print(judge[(K - N) % 3])