結果
| 問題 | No.146 試験監督(1) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-04-04 12:27:48 |
| 言語 | Haskell (9.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 114 bytes |
| 記録 | |
| コンパイル時間 | 1,046 ms |
| コンパイル使用メモリ | 198,528 KB |
| 実行使用メモリ | 10,368 KB |
| 最終ジャッジ日時 | 2026-04-18 22:20:25 |
| 合計ジャッジ時間 | 4,410 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 3 |
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.14.1/environments/default
[1 of 2] Compiling Main ( Main.hs, Main.o )
Main.hs:2:1: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in one further location.
Suggested fix: Please use spaces instead.
|
2 | getLine
| ^^^^^^^^
[2 of 2] Linking a.out
ソースコード
main = do getLine getContents >>= print . sum . map ((\(c:d:_) -> (c+1) `div` 2 * d) . map read . words) . lines