N,K = map(int, input().split()) result = ["Lost", "Won", "Drew", "Lost", "Won"] print(result[N-K+2])