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