a, b = map(int, input().split()) c = [a, b] if a == b: print('Drew') elif c == [0,2] or c == [1,0] or c == [2,1]: print('Lost') else: print('Won')