結果

問題 No.3068 CTFっぽいの
ユーザー もりをもりを
提出日時 2020-04-01 23:30:26
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 79 bytes
コンパイル時間 204 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 4,792 KB
最終ジャッジ日時 2023-09-15 23:18:12
合計ジャッジ時間 2,025 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,688 KB
testcase_01 AC 3 ms
4,488 KB
testcase_02 AC 2 ms
4,764 KB
testcase_03 AC 3 ms
4,688 KB
testcase_04 WA -
testcase_05 AC 3 ms
4,580 KB
testcase_06 AC 3 ms
4,792 KB
testcase_07 AC 2 ms
4,520 KB
testcase_08 AC 2 ms
4,504 KB
testcase_09 AC 3 ms
4,576 KB
testcase_10 AC 2 ms
4,636 KB
evil0 AC 2 ms
4,496 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

#!perl -p
$$ = (length $_) - 9;
$_=($$-map/(.).*\1/,/(?=(.........))/g)?Yes:No
0