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