結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
6,144 KB
testcase_01 AC 6 ms
6,016 KB
testcase_02 AC 7 ms
6,144 KB
testcase_03 AC 7 ms
6,016 KB
testcase_04 AC 7 ms
5,888 KB
testcase_05 AC 7 ms
6,144 KB
testcase_06 AC 8 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 8 ms
6,144 KB
testcase_12 AC 8 ms
6,016 KB
testcase_13 AC 8 ms
6,016 KB
testcase_14 AC 7 ms
6,016 KB
testcase_15 AC 13 ms
6,272 KB
testcase_16 AC 12 ms
6,400 KB
testcase_17 AC 9 ms
6,144 KB
testcase_18 AC 8 ms
6,144 KB
testcase_19 AC 8 ms
6,144 KB
testcase_20 AC 9 ms
6,016 KB
testcase_21 AC 288 ms
21,444 KB
testcase_22 AC 259 ms
19,484 KB
testcase_23 AC 280 ms
19,236 KB
testcase_24 AC 94 ms
12,800 KB
testcase_25 AC 53 ms
10,240 KB
testcase_26 AC 54 ms
7,680 KB
testcase_27 AC 50 ms
7,552 KB
testcase_28 AC 42 ms
10,240 KB
testcase_29 AC 96 ms
10,624 KB
testcase_30 AC 42 ms
7,552 KB
testcase_31 AC 53 ms
8,960 KB
testcase_32 AC 7 ms
6,272 KB
testcase_33 AC 60 ms
10,112 KB
testcase_34 AC 76 ms
10,240 KB
testcase_35 AC 11 ms
6,400 KB
testcase_36 AC 76 ms
9,344 KB
testcase_37 AC 10 ms
6,400 KB
testcase_38 AC 64 ms
9,856 KB
testcase_39 AC 13 ms
6,400 KB
testcase_40 AC 51 ms
8,576 KB
testcase_41 AC 8 ms
6,144 KB
testcase_42 AC 51 ms
8,192 KB
testcase_43 AC 74 ms
9,472 KB
testcase_44 AC 18 ms
6,940 KB
testcase_45 AC 16 ms
6,784 KB
testcase_46 AC 16 ms
6,656 KB
testcase_47 AC 11 ms
6,400 KB
testcase_48 AC 77 ms
9,728 KB
testcase_49 AC 9 ms
6,400 KB
testcase_50 AC 62 ms
9,600 KB
testcase_51 AC 8 ms
6,400 KB
testcase_52 AC 33 ms
7,680 KB
testcase_53 AC 14 ms
6,656 KB
testcase_54 AC 63 ms
9,856 KB
testcase_55 AC 29 ms
6,944 KB
testcase_56 AC 52 ms
8,320 KB
testcase_57 AC 7 ms
6,144 KB
testcase_58 AC 78 ms
10,112 KB
testcase_59 AC 17 ms
7,040 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+$_]+=3 for 0..2;
}
for(sort@b){
	($b,$t)=/\w+/g;
	$a[$b+$_]-=$r[$t][$_]=$-=$a[$b+$_]-($e[$b+$_]-=3)for 0..2;
	!grep$r[$t][$_],0..2and$a[$b+$_]and--$a[$b+$_],$r[$t][$_]=1 for 0..2;
}
for$t(0..$n-1){
	for$y(0..2){
		print map($r[$t][$_]>$y?'#':'.',0..2),$/
	}
}
0