結果

問題 No.872 All Tree Path
ユーザー %20%20
提出日時 2019-08-31 00:20:57
言語 Perl
(5.38.2)
結果
AC  
実行時間 2,207 ms / 3,000 ms
コード長 160 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 467,784 KB
最終ジャッジ日時 2024-05-01 22:38:26
合計ジャッジ時間 19,054 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,869 ms
174,848 KB
testcase_01 AC 1,847 ms
174,848 KB
testcase_02 AC 1,871 ms
174,848 KB
testcase_03 AC 1,971 ms
467,784 KB
testcase_04 AC 3 ms
5,504 KB
testcase_05 AC 2,137 ms
174,720 KB
testcase_06 AC 2,176 ms
174,976 KB
testcase_07 AC 2,207 ms
174,848 KB
testcase_08 AC 184 ms
22,272 KB
testcase_09 AC 182 ms
22,528 KB
testcase_10 AC 192 ms
22,400 KB
testcase_11 AC 194 ms
22,272 KB
testcase_12 AC 193 ms
22,272 KB
testcase_13 AC 3 ms
5,504 KB
testcase_14 AC 4 ms
5,504 KB
testcase_15 AC 4 ms
5,632 KB
testcase_16 AC 4 ms
5,760 KB
testcase_17 AC 4 ms
5,632 KB
testcase_18 AC 4 ms
5,888 KB
testcase_19 AC 4 ms
5,888 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::c" used only once: possible typo at Main.pl line 8.
Main.pl syntax OK

ソースコード

diff #

sub f{
	map{
		/ (.*) /;
		push@{$`},"$1 $'";
		push@$1,"$` $'"
	}<>;
	my$r=1;
	$r+=$t=!$c[$_]++&&&f,$\+=$t*($N-$t)*/ /*$'*2for@{$_+0};
	$r
}
f for$N=<>;
print
0