結果
| 問題 | No.203 ゴールデン・ウィーク(1) | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2019-01-10 15:38:56 | 
| 言語 | Haskell (9.10.1) | 
| 結果 | 
                                RE
                                 
                             | 
| 実行時間 | - | 
| コード長 | 145 bytes | 
| コンパイル時間 | 1,714 ms | 
| コンパイル使用メモリ | 174,464 KB | 
| 実行使用メモリ | 5,248 KB | 
| 最終ジャッジ日時 | 2024-11-24 01:10:48 | 
| 合計ジャッジ時間 | 2,582 ms | 
| ジャッジサーバーID (参考情報) | judge5 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 28 RE * 1 | 
コンパイルメッセージ
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
ソースコード
import Data.List import Control.Monad main = print =<< (maximum . map length . filter (isPrefixOf "o") . group . concat <$> replicateM 2 getLine)
