結果
問題 |
No.351 市松スライドパズル
|
ユーザー |
![]() |
提出日時 | 2016-03-11 23:10:39 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 719 ms / 2,000 ms |
コード長 | 143 bytes |
コンパイル時間 | 202 ms |
コンパイル使用メモリ | 7,072 KB |
実行使用メモリ | 153,984 KB |
最終ジャッジ日時 | 2024-09-25 02:33:46 |
合計ジャッジ時間 | 8,147 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 17 |
コンパイルメッセージ
Unquoted string "black" may clash with future reserved word at Main.pl line 11. Unquoted string "white" may clash with future reserved word at Main.pl line 11. Main.pl syntax OK
ソースコード
($h,$w)=glob<>; <>; for(reverse<>){ / /; if(y/R//){ $x=($x-1)%$w if $y==$'; }else{ $y=($y-1)%$h if $x==$'; } } print$x+$y&1?black:white