結果

問題 No.203 ゴールデン・ウィーク(1)
ユーザー wreulickewreulicke
提出日時 2015-10-07 22:16:10
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 79 bytes
コンパイル時間 75 ms
コンパイル使用メモリ 5,224 KB
実行使用メモリ 5,420 KB
最終ジャッジ日時 2023-09-27 07:53:31
合計ジャッジ時間 1,281 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,288 KB
testcase_01 WA -
testcase_02 AC 6 ms
5,224 KB
testcase_03 AC 7 ms
5,284 KB
testcase_04 AC 7 ms
5,348 KB
testcase_05 AC 7 ms
5,160 KB
testcase_06 AC 7 ms
5,212 KB
testcase_07 AC 7 ms
5,220 KB
testcase_08 AC 6 ms
5,216 KB
testcase_09 AC 6 ms
5,320 KB
testcase_10 AC 7 ms
5,324 KB
testcase_11 AC 6 ms
5,324 KB
testcase_12 AC 6 ms
5,364 KB
testcase_13 AC 6 ms
5,288 KB
testcase_14 AC 7 ms
5,220 KB
testcase_15 AC 7 ms
5,284 KB
testcase_16 AC 7 ms
5,216 KB
testcase_17 AC 7 ms
5,284 KB
testcase_18 AC 6 ms
5,420 KB
testcase_19 WA -
testcase_20 AC 6 ms
5,296 KB
testcase_21 AC 6 ms
5,240 KB
testcase_22 AC 6 ms
5,348 KB
testcase_23 WA -
testcase_24 AC 6 ms
5,300 KB
testcase_25 WA -
testcase_26 AC 7 ms
5,284 KB
testcase_27 AC 6 ms
5,320 KB
testcase_28 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

use List::Util qw(max);$input=<>.<>;print max (map {length($_)} $input=~/o+/g);
0