結果

問題 No.351 市松スライドパズル
ユーザー tailstails
提出日時 2017-06-15 17:31:11
言語 Perl
(5.38.0)
結果
AC  
実行時間 1,196 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 440 ms
コンパイル使用メモリ 6,172 KB
実行使用メモリ 154,180 KB
最終ジャッジ日時 2023-10-25 06:59:16
合計ジャッジ時間 14,054 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,166 ms
154,084 KB
testcase_01 AC 8 ms
6,152 KB
testcase_02 AC 8 ms
6,152 KB
testcase_03 AC 7 ms
6,156 KB
testcase_04 AC 7 ms
6,152 KB
testcase_05 AC 8 ms
6,152 KB
testcase_06 AC 7 ms
6,152 KB
testcase_07 AC 7 ms
6,156 KB
testcase_08 AC 8 ms
6,152 KB
testcase_09 AC 8 ms
6,156 KB
testcase_10 AC 7 ms
6,152 KB
testcase_11 AC 7 ms
6,156 KB
testcase_12 AC 7 ms
6,156 KB
testcase_13 AC 1,138 ms
150,820 KB
testcase_14 AC 1,153 ms
151,680 KB
testcase_15 AC 1,196 ms
154,116 KB
testcase_16 AC 1,170 ms
154,176 KB
testcase_17 AC 1,170 ms
154,176 KB
testcase_18 AC 1,179 ms
154,176 KB
testcase_19 AC 1,181 ms
154,176 KB
testcase_20 AC 1,166 ms
154,180 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
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::R" used only once: possible typo at Main.pl line 1.
Name "main::C" 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