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