a,b =map(int,input().split()) s=['Drew','Won','Lost'] print(s[(b-a)%3])