結果

問題 No.459 C-VS for yukicoder
ユーザー tailstails
提出日時 2016-12-10 01:12:17
言語 Perl
(5.38.2)
結果
AC  
実行時間 172 ms / 2,000 ms
コード長 1,003 bytes
コンパイル時間 208 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 21,364 KB
最終ジャッジ日時 2024-05-06 13:59:28
合計ジャッジ時間 3,799 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,016 KB
testcase_01 AC 7 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,016 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 7 ms
6,016 KB
testcase_08 AC 7 ms
6,016 KB
testcase_09 AC 7 ms
6,144 KB
testcase_10 AC 7 ms
6,144 KB
testcase_11 AC 7 ms
6,144 KB
testcase_12 AC 6 ms
6,016 KB
testcase_13 AC 7 ms
6,016 KB
testcase_14 AC 7 ms
6,016 KB
testcase_15 AC 11 ms
6,400 KB
testcase_16 AC 10 ms
6,272 KB
testcase_17 AC 8 ms
6,144 KB
testcase_18 AC 7 ms
6,144 KB
testcase_19 AC 7 ms
6,272 KB
testcase_20 AC 8 ms
6,272 KB
testcase_21 AC 172 ms
21,364 KB
testcase_22 AC 144 ms
20,608 KB
testcase_23 AC 158 ms
20,376 KB
testcase_24 AC 58 ms
11,776 KB
testcase_25 AC 26 ms
8,576 KB
testcase_26 AC 25 ms
7,680 KB
testcase_27 AC 26 ms
7,680 KB
testcase_28 AC 25 ms
8,448 KB
testcase_29 AC 57 ms
10,880 KB
testcase_30 AC 25 ms
7,808 KB
testcase_31 AC 32 ms
8,704 KB
testcase_32 AC 9 ms
6,400 KB
testcase_33 AC 37 ms
9,344 KB
testcase_34 AC 42 ms
9,856 KB
testcase_35 AC 11 ms
6,400 KB
testcase_36 AC 42 ms
9,728 KB
testcase_37 AC 11 ms
6,272 KB
testcase_38 AC 38 ms
9,472 KB
testcase_39 AC 11 ms
6,400 KB
testcase_40 AC 30 ms
8,448 KB
testcase_41 AC 9 ms
6,144 KB
testcase_42 AC 29 ms
8,320 KB
testcase_43 AC 40 ms
9,344 KB
testcase_44 AC 15 ms
6,784 KB
testcase_45 AC 13 ms
6,528 KB
testcase_46 AC 13 ms
6,528 KB
testcase_47 AC 11 ms
6,272 KB
testcase_48 AC 40 ms
9,344 KB
testcase_49 AC 10 ms
6,272 KB
testcase_50 AC 36 ms
9,088 KB
testcase_51 AC 9 ms
6,400 KB
testcase_52 AC 22 ms
7,424 KB
testcase_53 AC 12 ms
6,400 KB
testcase_54 AC 39 ms
9,472 KB
testcase_55 AC 19 ms
6,912 KB
testcase_56 AC 33 ms
8,320 KB
testcase_57 AC 10 ms
6,272 KB
testcase_58 AC 48 ms
9,984 KB
testcase_59 AC 15 ms
6,912 KB
testcase_60 AC 23 ms
7,552 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::y" used only once: possible typo at Main.pl line 2.
Main.pl syntax OK

ソースコード

diff #

($h,$w,$n)=glob<>;
for$y(1..$h){
	$_=<>;
	for$x(0..$w-1){
		if(substr($_,$x,1)eq'#'){
			++$a[$x];
		}
	}
}
for$t(0..$n-1){
	$c=<>;
	$t[$c]=$t;
	$e[$c+0]+=3;
	$e[$c+1]+=3;
	$e[$c+2]+=3;
	push@b,sprintf"%6d,%6d",$c,$t;
}
@b=sort@b;
for$j(0..$#b){
	$_=$b[$j];
	/,/,$c=$`,$t=$';
	$j[$t]=$j;
	$e[$c+0]-=3; $a[$c+0]-=$r[$j][0]=$-=$a[$c+0]-$e[$c+0]; 
	$e[$c+1]-=3; $a[$c+1]-=$r[$j][1]=$-=$a[$c+1]-$e[$c+1]; 
	$e[$c+2]-=3; $a[$c+2]-=$r[$j][2]=$-=$a[$c+2]-$e[$c+2]; 
	if($r[$j][0]+$r[$j][1]+$r[$j][2]==0){
		if($a[$c+0]){
			$r[$j][0]=1;
			--$a[$c+0];
		}elsif($a[$c+1]){
			$r[$j][1]=1;
			--$a[$c+1];
		}elsif($a[$c+2]){
			$r[$j][2]=1;
			--$a[$c+2];
		}else{
		last;
			#die;
		}
	}
}
for$t(0..$n-1){
	$j=$j[$t];
	print $r[$j][0]>0?'#':'.';
	print $r[$j][1]>0?'#':'.';
	print $r[$j][2]>0?'#':'.';
	print "\n";
	print $r[$j][0]>1?'#':'.';
	print $r[$j][1]>1?'#':'.';
	print $r[$j][2]>1?'#':'.';
	print "\n";
	print $r[$j][0]>2?'#':'.';
	print $r[$j][1]>2?'#':'.';
	print $r[$j][2]>2?'#':'.';
	print "\n";
}
0