Submission #97250
Source Code Expand
Copy
import Control.Applicative import Control.Monad import Data.List import Control.Monad.Memo main :: IO () main = do -- n <- readLn -- p <- map read . words <$> getLine undefined
Submission Info
Submission Time | |
---|---|
Task | A - コンテスト |
User | tanakh |
Language | Haskell (GHC 7.4.1) |
Score | 0 |
Code Size | 196 Byte |
Status | CE |
Compile Error
Main.hs:4:8: Could not find module `Control.Monad.Memo' Perhaps you meant Control.Monad.Cont (from mtl-2.0.1.0) Control.Monad.Error (from mtl-2.0.1.0) Control.Monad.List (from mtl-2.0.1.0) Use -v to see a list of the files searched for.