x, y = map(int, raw_input().split()) print ['Drew', 'Lost', 'Won'][(x-y)%3]