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