結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 924 ms
132,352 KB
testcase_02 AC 405 ms
14,848 KB
testcase_03 AC 410 ms
14,720 KB
testcase_04 AC 3 ms
5,376 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,376 KB
testcase_07 AC 3 ms
5,376 KB
testcase_08 AC 882 ms
131,072 KB
testcase_09 AC 3 ms
5,376 KB
testcase_10 AC 66 ms
17,152 KB
testcase_11 AC 549 ms
34,048 KB
testcase_12 AC 553 ms
34,432 KB
testcase_13 AC 545 ms
34,432 KB
testcase_14 AC 497 ms
25,728 KB
testcase_15 AC 464 ms
21,504 KB
testcase_16 AC 411 ms
15,104 KB
testcase_17 AC 407 ms
14,976 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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