結果

問題 No.416 旅行会社
ユーザー %20%20
提出日時 2018-08-01 00:51:01
言語 Perl
(5.40.0)
結果
AC  
実行時間 2,021 ms / 4,000 ms
コード長 447 bytes
コンパイル時間 406 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 159,232 KB
最終ジャッジ日時 2024-12-14 20:32:20
合計ジャッジ時間 19,665 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 822 ms
123,520 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 8 ms
6,016 KB
testcase_03 AC 8 ms
5,888 KB
testcase_04 AC 8 ms
5,888 KB
testcase_05 AC 8 ms
6,016 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 13 ms
6,528 KB
testcase_08 AC 25 ms
8,448 KB
testcase_09 AC 106 ms
18,432 KB
testcase_10 AC 864 ms
123,520 KB
testcase_11 AC 874 ms
123,776 KB
testcase_12 AC 894 ms
127,616 KB
testcase_13 AC 870 ms
123,520 KB
testcase_14 AC 2,021 ms
158,976 KB
testcase_15 AC 1,940 ms
158,336 KB
testcase_16 AC 1,815 ms
159,232 KB
testcase_17 AC 1,919 ms
158,976 KB
testcase_18 AC 1,866 ms
158,848 KB
testcase_19 AC 1,420 ms
136,064 KB
testcase_20 AC 1,432 ms
135,424 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

sub f{my$i=pop;$p[$i]=$p[$i]&&$i-$p[$i]?f($p[$i]):$i}
($N,$M,$Q)=glob<>;
map@$_=$_,1..$N;
@AB=map~~<>,1..$M;
++$h{$_}for@CD=<>;
$-=@AB=grep!$h{$_},@AB;
for(@AB,reverse@CD){
	/ /;
	$x=f$`;
	$y=f$'+0;
	if($x==f(1)&&$y!=f(1)){
		$o[$_]=$-?-1:$Q for@$y
	}elsif($x!=f(1)&&$y==f(1)){
		$o[$_]=$-?-1:$Q for@$x
	}
	if($x!=$y){
		if(@$x<@$y){
			$p[$x]=$y;
			push@$y,@$x
		}else{
			$p[$y]=$x;
			push@$x,@$y
		}
	}
	$---||--$Q
}
print$_+0,$/for@o[2..$N]
0