main::IO() main = do (n:k:_) <-fmap (fmap read . words) getLine let hantei x y = (x-y) `mod` 3 exe x y |hantei x y ==2 ="Won" |hantei x y ==1 ="Lost" |otherwise ="Drew" putStrLn $ exe n k