n, k = (int(i) for i in raw_input().split(' ')) print(('Drew','Lost','Won')[n-k])