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