a,b = map(int,input().split()) print("Drew" if a == b else ("Won" if (b-a == 1)|(b-a == -2) else "Lost"))