Submission #2230528


Source Code Expand

main = do
    n <- readLn :: IO Int
    putStrln $ show (2 * n)

Submission Info

Submission Time
Task A - 流行
User ururu76
Language Haskell (GHC 7.10.3)
Score 0
Code Size 65 Byte
Status CE

Compile Error

Main.hs:3:5:
    Not in scope: ‘putStrln’
    Perhaps you meant one of these:
      ‘putStrLn’ (imported from Prelude),
      ‘putStr’ (imported from Prelude)