結果

問題 No.3171 Color Restoration
ユーザー tails
提出日時 2025-06-06 22:45:11
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 2,000 ms
コード長 117 bytes
コンパイル時間 423 ms
コンパイル使用メモリ 7,968 KB
実行使用メモリ 7,844 KB
最終ジャッジ日時 2025-06-17 04:46:19
合計ジャッジ時間 1,045 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 26
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "z" may clash with future reserved word at Main.pl line 1.
Unquoted string "ccc" may clash with future reserved word at Main.pl line 1.
Useless use of single ref constructor in void context at Main.pl line 1.
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c)=<>=~/\b\w./g;/a/&/b/&/c/&&\$a{s/./${$&}/gr}for z..ccc;print~-grep(!/^v|^..(y|.*br|..[cov])/,keys%a)?No:Yes
0