a,b=map(int,input().split()) #ぐー, ちょき, ぱーをそれぞれ 0, 1, 2 if a==b: print('Drew') else: if a==0: #my guu if b==1: print('Won') else: print('Lost') elif a==1: #my choki if b==0: print('Lost') else: print('Won') else: #my paa if b==1: print('Lost') else: print('Won')