結果
問題 | No.754 畳み込みの和 |
ユーザー | Leonardone |
提出日時 | 2018-12-02 04:23:05 |
言語 | Haskell (9.8.2) |
結果 |
WA
|
実行時間 | - |
コード長 | 209 bytes |
コンパイル時間 | 4,625 ms |
コンパイル使用メモリ | 174,592 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-27 15:32:07 |
合計ジャッジ時間 | 5,093 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.8.2/environments/default [1 of 2] Compiling Main ( Main.hs, Main.o ) [2 of 2] Linking a.out
ソースコード
-- Try yukicoder -- author: Leonardone @ NEETSDKASU main = do n <- readLn case n of 0 -> putStrLn "8" 2 -> putStrLn "61" 10 -> putStrLn "386501285" _ -> putStrLn "hoge"