結果
問題 |
No.5003 物理好きクリッカー
|
ユーザー |
|
提出日時 | 2018-12-01 03:37:09 |
言語 | Haskell (9.10.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 126 bytes |
コンパイル時間 | 854 ms |
実行使用メモリ | 21,948 KB |
スコア | 0 |
平均クエリ数 | 10000.00 |
最終ジャッジ日時 | 2021-07-19 07:26:45 |
合計ジャッジ時間 | 4,145 ms |
ジャッジサーバーID (参考情報) |
judge15 / judge14 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 WA * 19 |
コンパイルメッセージ
Loaded package environment from /root/.ghc/x86_64-linux-8.10.4/environments/default [1 of 1] Compiling Main ( Main.hs, Main.o ) Linking a.out ...
ソースコード
main = do n <- readLn if n == 10000 then putStrLn . unlines $ replicate n "nothing" else return ()