結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 833 ms
123,392 KB
testcase_01 AC 7 ms
6,016 KB
testcase_02 AC 7 ms
5,888 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 AC 8 ms
5,888 KB
testcase_05 AC 7 ms
5,888 KB
testcase_06 AC 8 ms
6,016 KB
testcase_07 AC 11 ms
6,528 KB
testcase_08 AC 24 ms
8,448 KB
testcase_09 AC 96 ms
18,560 KB
testcase_10 AC 809 ms
123,520 KB
testcase_11 AC 825 ms
123,648 KB
testcase_12 AC 846 ms
127,616 KB
testcase_13 AC 807 ms
123,520 KB
testcase_14 AC 1,867 ms
158,848 KB
testcase_15 AC 2,150 ms
158,336 KB
testcase_16 AC 1,739 ms
159,232 KB
testcase_17 AC 1,832 ms
158,976 KB
testcase_18 AC 1,827 ms
158,976 KB
testcase_19 AC 1,362 ms
136,064 KB
testcase_20 AC 1,366 ms
135,552 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