Submission #751805


Source Code Expand

main :: IO ()
main = do
  n <- read <$> getContents :: IO Integer
  putStrLn $ show $ 10 ^ n + 7

Submission Info

Submission Time
Task A - 数え上げ
User seagull_kamome
Language Haskell (GHC 7.10.3)
Score 100
Code Size 101 Byte
Status AC
Exec Time 6 ms
Memory 508 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 7
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt
Case Name Status Exec Time Memory
0_000.txt AC 5 ms 380 KiB
0_001.txt AC 5 ms 380 KiB
0_002.txt AC 5 ms 508 KiB
1_003.txt AC 5 ms 508 KiB
1_004.txt AC 6 ms 508 KiB
1_005.txt AC 5 ms 508 KiB
1_006.txt AC 6 ms 508 KiB