結果

問題 No.3068 CTFっぽいの
ユーザー pekempeypekempey
提出日時 2020-04-05 23:13:44
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 148 bytes
コンパイル時間 80 ms
コンパイル使用メモリ 5,328 KB
実行使用メモリ 15,352 KB
最終ジャッジ日時 2023-09-17 20:50:38
合計ジャッジ時間 4,211 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 85 ms
15,036 KB
testcase_02 AC 85 ms
15,100 KB
testcase_03 AC 85 ms
15,120 KB
testcase_04 AC 84 ms
15,232 KB
testcase_05 AC 87 ms
15,044 KB
testcase_06 AC 85 ms
15,100 KB
testcase_07 AC 88 ms
15,076 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
evil0 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ruby -pe '$_=($_ =~ /(\w)(?!\1)(\w)(?!\1|\2)(\w)(?!\1|\2|\3)(\w)(?!\1|\2|\3|\4)(\w)(?!\1|\2|\3|\4|\5)(\w)(?!\1|\2|\3|\4|\5|\6)(\w)/ ? "YES" : "NO")'
0