結果

問題 No.697 池の数はいくつか
ユーザー tailstails
提出日時 2018-06-11 14:09:13
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 294 bytes
コンパイル時間 165 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 83,112 KB
最終ジャッジ日時 2024-05-04 05:43:45
合計ジャッジ時間 14,305 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,812 KB
testcase_01 AC 7 ms
6,944 KB
testcase_02 AC 6 ms
6,944 KB
testcase_03 AC 6 ms
6,940 KB
testcase_04 AC 6 ms
6,940 KB
testcase_05 AC 7 ms
6,940 KB
testcase_06 AC 7 ms
6,940 KB
testcase_07 AC 7 ms
6,944 KB
testcase_08 AC 6 ms
6,940 KB
testcase_09 AC 6 ms
6,944 KB
testcase_10 AC 7 ms
6,940 KB
testcase_11 AC 6 ms
6,940 KB
testcase_12 AC 7 ms
6,940 KB
testcase_13 AC 7 ms
6,944 KB
testcase_14 AC 7 ms
6,940 KB
testcase_15 AC 8 ms
6,940 KB
testcase_16 AC 6 ms
6,940 KB
testcase_17 AC 6 ms
6,940 KB
testcase_18 AC 7 ms
6,940 KB
testcase_19 AC 7 ms
6,944 KB
testcase_20 AC 7 ms
6,944 KB
testcase_21 AC 7 ms
6,944 KB
testcase_22 AC 7 ms
6,940 KB
testcase_23 AC 7 ms
6,944 KB
testcase_24 AC 910 ms
13,824 KB
testcase_25 AC 878 ms
13,696 KB
testcase_26 AC 878 ms
13,696 KB
testcase_27 AC 885 ms
13,696 KB
testcase_28 AC 915 ms
13,696 KB
testcase_29 TLE -
testcase_30 -- -
testcase_31 -- -
testcase_32 -- -
testcase_33 -- -
testcase_34 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::x" used only once: possible typo at Main.pl line 7.
Main.pl syntax OK

ソースコード

diff #

sub p{vec($a,$i*2,8)=0,vec($d,$e++,32)=$i if vec($a,$i*2,8);}

($h,$w)=glob<>;
undef$/;
$d=$a=<>&v1.0 x($h*$w);

for$i(0..$h*$w+$x-1){
	$r+=vec($a,$i*2,8);
	p();
	while($e){
		$j=vec($d,--$e,32);
		p($i=$j+$w);
		p() if($i=$j+1)%$w;
		p($i=$j-1) if$j%$w;
		p() if($i=$j-$w)>=0;
	}
}
print$r+0;
0