I,you=map(int,input().split()) if I-you%3==0: print('Drew') elif I-you%3==1 or I-you%3==-2: print('Lost') else: print('Won')