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