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