main :: IO () main = do n <- readLn :: IO Int let x = 177635683940025046467781066894531 `mod` n if even x then putStrLn "even" else putStrLn "odd"