結果

問題 No.1362 [Zelkova 8th Tune] Black Sheep
ユーザー tailstails
提出日時 2021-01-22 22:33:46
言語 Perl
(5.38.2)
結果
AC  
実行時間 7 ms / 1,000 ms
コード長 35 bytes
コンパイル時間 292 ms
コンパイル使用メモリ 5,308 KB
実行使用メモリ 6,096 KB
最終ジャッジ日時 2023-08-27 20:27:44
合計ジャッジ時間 1,940 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,704 KB
testcase_01 AC 3 ms
4,704 KB
testcase_02 AC 2 ms
4,520 KB
testcase_03 AC 3 ms
4,504 KB
testcase_04 AC 3 ms
4,704 KB
testcase_05 AC 2 ms
4,744 KB
testcase_06 AC 2 ms
4,708 KB
testcase_07 AC 2 ms
4,764 KB
testcase_08 AC 3 ms
4,500 KB
testcase_09 AC 2 ms
4,680 KB
testcase_10 AC 2 ms
4,612 KB
testcase_11 AC 2 ms
4,684 KB
testcase_12 AC 2 ms
4,748 KB
testcase_13 AC 5 ms
5,768 KB
testcase_14 AC 4 ms
5,756 KB
testcase_15 AC 3 ms
4,832 KB
testcase_16 AC 4 ms
5,144 KB
testcase_17 AC 6 ms
5,968 KB
testcase_18 AC 5 ms
5,132 KB
testcase_19 AC 6 ms
5,844 KB
testcase_20 AC 5 ms
5,520 KB
testcase_21 AC 4 ms
5,212 KB
testcase_22 AC 4 ms
6,024 KB
testcase_23 AC 4 ms
6,020 KB
testcase_24 AC 7 ms
5,996 KB
testcase_25 AC 6 ms
5,904 KB
testcase_26 AC 6 ms
6,012 KB
testcase_27 AC 4 ms
5,972 KB
testcase_28 AC 5 ms
5,904 KB
testcase_29 AC 7 ms
6,096 KB
testcase_30 AC 6 ms
5,996 KB
testcase_31 AC 7 ms
5,900 KB
testcase_32 AC 6 ms
5,948 KB
testcase_33 AC 7 ms
6,080 KB
testcase_34 AC 4 ms
5,856 KB
testcase_35 AC 2 ms
4,708 KB
testcase_36 AC 3 ms
4,744 KB
testcase_37 AC 2 ms
4,484 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

/(.).?\1/,/[^$1]/,print"@+ $&"for<>
0