結果

問題 No.402 最も海から遠い場所
ユーザー tailstails
提出日時 2016-07-23 00:32:32
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 126 bytes
コンパイル時間 410 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 47,784 KB
最終ジャッジ日時 2024-11-06 12:26:24
合計ジャッジ時間 6,975 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
47,784 KB
testcase_01 AC 8 ms
6,816 KB
testcase_02 AC 8 ms
6,820 KB
testcase_03 AC 8 ms
6,820 KB
testcase_04 AC 8 ms
6,816 KB
testcase_05 AC 7 ms
6,820 KB
testcase_06 AC 7 ms
6,820 KB
testcase_07 AC 7 ms
6,820 KB
testcase_08 AC 7 ms
6,816 KB
testcase_09 AC 8 ms
6,820 KB
testcase_10 AC 8 ms
6,816 KB
testcase_11 AC 7 ms
6,816 KB
testcase_12 AC 7 ms
6,820 KB
testcase_13 AC 8 ms
6,820 KB
testcase_14 AC 7 ms
6,816 KB
testcase_15 AC 9 ms
6,816 KB
testcase_16 AC 11 ms
7,196 KB
testcase_17 AC 33 ms
22,708 KB
testcase_18 AC 1,155 ms
40,956 KB
testcase_19 AC 39 ms
32,112 KB
testcase_20 TLE -
testcase_21 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::h" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($h,$w,$/)=glob<>;$_=<>;
while(/#/){
	++$n;
	$s=$_;
	for$i(1,2,$w+1,$w+2,$w+3,$w*2+2,$w*2+3,$w*2+4){$_&=substr$s,$i}
}
print$n
0