main = do readLn :: IO Int interact ((\(n:k:_)->if mod n (k+1)==1 then "Lose\n" else "Win\n") . map read . words)