n, k = map(int, input().split()) print(["Drew", "Lost", "Won"][(n-k) % 3])