結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,912 ms
174,848 KB
testcase_01 AC 1,909 ms
174,848 KB
testcase_02 AC 1,917 ms
174,848 KB
testcase_03 AC 2,041 ms
467,772 KB
testcase_04 AC 4 ms
5,504 KB
testcase_05 AC 1,943 ms
174,720 KB
testcase_06 AC 1,872 ms
175,104 KB
testcase_07 AC 1,945 ms
174,720 KB
testcase_08 AC 165 ms
22,272 KB
testcase_09 AC 163 ms
22,272 KB
testcase_10 AC 164 ms
22,272 KB
testcase_11 AC 157 ms
22,272 KB
testcase_12 AC 161 ms
22,400 KB
testcase_13 AC 4 ms
5,632 KB
testcase_14 AC 4 ms
5,504 KB
testcase_15 AC 4 ms
5,760 KB
testcase_16 AC 3 ms
5,760 KB
testcase_17 AC 4 ms
5,760 KB
testcase_18 AC 4 ms
5,632 KB
testcase_19 AC 3 ms
5,632 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