results = { '0 0\n': 'Drew', '1 1\n': 'Drew', '2 2\n': 'Drew', '0 1\n': 'Won', '0 2\n': 'Lost', '1 0\n': 'Lost', '1 2\n': 'Won', '2 0\n': 'Won', '2 1\n': 'Lost' } print(results[input()])