Result = [['Drew', 'Won', 'Lost'], ['Lost', 'Drew', 'Won'], ['Won', 'Lost', 'Drew']] me, you = map(int, input().rstrip().split(' ')) print(Result[me][you])