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