結果

問題 No.430 文字列検索
ユーザー tailstails
提出日時 2016-10-14 19:10:31
言語 Perl
(5.38.2)
結果
AC  
実行時間 770 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 194 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 132,480 KB
最終ジャッジ日時 2024-11-10 00:10:28
合計ジャッジ時間 6,068 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 770 ms
132,480 KB
testcase_02 AC 348 ms
14,848 KB
testcase_03 AC 357 ms
14,720 KB
testcase_04 AC 3 ms
5,248 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,376 KB
testcase_07 AC 3 ms
5,504 KB
testcase_08 AC 762 ms
131,200 KB
testcase_09 AC 3 ms
5,504 KB
testcase_10 AC 55 ms
17,152 KB
testcase_11 AC 438 ms
34,176 KB
testcase_12 AC 450 ms
34,432 KB
testcase_13 AC 441 ms
34,432 KB
testcase_14 AC 412 ms
25,728 KB
testcase_15 AC 393 ms
21,632 KB
testcase_16 AC 385 ms
15,104 KB
testcase_17 AC 353 ms
14,976 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;$$_=1for<>;/.{1,10}(?{$-+=${"$&
"}})^/;print$-
0