n,k = map(int, input().split()) li = [2, 0, 1] if n is k: print('Drew') elif li[n] is k: print('Lost') else: print('Won')