n1, n2 = map(int, input().split()) pa={0:"drew",1:"Lost",2:"Won"} n = (n1-n2)%3 print( pa[n])