local A, B = io.read("*n", "*n") if A == B then print("Drew") elseif (A + 1) % 3 == B then print("Won") else print("Lost") end