a,b=map(int,input().split()) if a-b:print("Won" if (a+2)%3-b else "Lost") else:print("Drew")