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