結果

問題 No.3068 CTFっぽいの
ユーザー pekempeypekempey
提出日時 2020-04-05 23:15:28
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 86 ms / 1,000 ms
コード長 207 bytes
コンパイル時間 25 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 15,308 KB
最終ジャッジ日時 2023-09-17 20:58:28
合計ジャッジ時間 2,916 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 86 ms
15,256 KB
testcase_01 AC 85 ms
15,204 KB
testcase_02 AC 84 ms
15,084 KB
testcase_03 AC 84 ms
15,164 KB
testcase_04 AC 83 ms
15,268 KB
testcase_05 AC 83 ms
15,256 KB
testcase_06 AC 82 ms
15,028 KB
testcase_07 AC 84 ms
15,256 KB
testcase_08 AC 82 ms
15,296 KB
testcase_09 AC 83 ms
15,308 KB
testcase_10 AC 82 ms
15,272 KB
evil0 AC 82 ms
15,080 KB
権限があれば一括ダウンロードができます

ソースコード

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)(?!\1|\2|\3|\4|\5|\6|\7)(\w)(?!\1|\2|\3|\4|\5|\6|\7|\8)(\w)/ ? "YES" : "NO")'
0