N, K = map(int, raw_input().split()) A = ["Drew", "Lost", "Won"] print A[(N - K + 3) % 3]