結果

問題 No.459 C-VS for yukicoder
ユーザー tailstails
提出日時 2016-12-10 02:46:49
言語 Perl
(5.38.2)
結果
AC  
実行時間 246 ms / 2,000 ms
コード長 339 bytes
コンパイル時間 409 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 21,448 KB
最終ジャッジ日時 2024-05-06 14:07:41
合計ジャッジ時間 4,768 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
6,144 KB
testcase_01 AC 6 ms
6,016 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 7 ms
6,016 KB
testcase_04 AC 6 ms
6,016 KB
testcase_05 AC 7 ms
5,888 KB
testcase_06 AC 6 ms
6,144 KB
testcase_07 AC 7 ms
6,016 KB
testcase_08 AC 7 ms
6,144 KB
testcase_09 AC 7 ms
6,144 KB
testcase_10 AC 7 ms
6,016 KB
testcase_11 AC 7 ms
6,144 KB
testcase_12 AC 6 ms
6,016 KB
testcase_13 AC 7 ms
6,144 KB
testcase_14 AC 7 ms
6,016 KB
testcase_15 AC 12 ms
6,400 KB
testcase_16 AC 11 ms
6,272 KB
testcase_17 AC 8 ms
5,888 KB
testcase_18 AC 7 ms
6,144 KB
testcase_19 AC 7 ms
6,016 KB
testcase_20 AC 8 ms
6,144 KB
testcase_21 AC 246 ms
21,448 KB
testcase_22 AC 216 ms
19,488 KB
testcase_23 AC 234 ms
19,360 KB
testcase_24 AC 83 ms
12,672 KB
testcase_25 AC 48 ms
10,240 KB
testcase_26 AC 48 ms
7,552 KB
testcase_27 AC 50 ms
7,552 KB
testcase_28 AC 37 ms
10,368 KB
testcase_29 AC 81 ms
10,496 KB
testcase_30 AC 39 ms
7,552 KB
testcase_31 AC 47 ms
9,088 KB
testcase_32 AC 8 ms
6,272 KB
testcase_33 AC 57 ms
9,984 KB
testcase_34 AC 77 ms
10,368 KB
testcase_35 AC 10 ms
6,400 KB
testcase_36 AC 67 ms
9,344 KB
testcase_37 AC 10 ms
6,272 KB
testcase_38 AC 58 ms
9,856 KB
testcase_39 AC 13 ms
6,528 KB
testcase_40 AC 46 ms
8,448 KB
testcase_41 AC 8 ms
6,144 KB
testcase_42 AC 46 ms
8,192 KB
testcase_43 AC 65 ms
9,600 KB
testcase_44 AC 16 ms
6,912 KB
testcase_45 AC 15 ms
6,912 KB
testcase_46 AC 14 ms
6,784 KB
testcase_47 AC 10 ms
6,528 KB
testcase_48 AC 61 ms
9,728 KB
testcase_49 AC 8 ms
6,400 KB
testcase_50 AC 50 ms
9,600 KB
testcase_51 AC 9 ms
6,400 KB
testcase_52 AC 31 ms
7,680 KB
testcase_53 AC 13 ms
6,656 KB
testcase_54 AC 56 ms
9,856 KB
testcase_55 AC 29 ms
7,040 KB
testcase_56 AC 46 ms
8,320 KB
testcase_57 AC 8 ms
6,272 KB
testcase_58 AC 68 ms
10,240 KB
testcase_59 AC 17 ms
6,944 KB
testcase_60 AC 31 ms
7,552 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Useless use of non-destructive substitution (s///r) in void context at Main.pl line 2.
Name "main::w" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($h,$w,$n)=glob<>;
<>=~s/#/++$a["@-"]/ger for 1..$h;
for$t(0..$n-1){
	$b[$t]=sprintf"%6d $t",$b=<>;
	$e[$b+$_]+=3for 0..2;
}
for(sort@b){
	($b,$t,$s)=split;
	$a[$b+$_]-=$r[$t][$_]=$-=$a[$b+$_]-($e[$b+$_]-=3),$s|=$-for 0..2;
	$s|!$a[$b+$_]or$a[$b+$_]-=$s=++$r[$t][$_]for 0..2;
}
for$r(@r){
	print map($$r[$_]-->0?'#':'.',0..2),$/for 0..2;
}
0