結果

問題 No.351 市松スライドパズル
ユーザー tails
提出日時 2017-06-15 17:31:11
言語 Perl
(5.40.0)
結果
AC  
実行時間 1,224 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 238 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 154,112 KB
最終ジャッジ日時 2024-09-25 02:21:44
合計ジャッジ時間 13,392 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 17
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "black" may clash with future reserved word at Main.pl line 1.
Unquoted string "white" may clash with future reserved word at Main.pl line 1.
Name "main::C" used only once: possible typo at Main.pl line 1.
Name "main::R" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

@w=glob<>;/ /?(${$`}-=${C^R^$`}==$')%=$w[/R/]:print$C+$R&1?black:white for reverse<>
0