N,K = map(int,input().split()) judge = (N+3-K)%3 print(('Drew','Lost','Won')[judge])