結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,910 ms
174,976 KB
testcase_01 AC 1,851 ms
174,848 KB
testcase_02 AC 1,878 ms
174,848 KB
testcase_03 AC 2,077 ms
467,888 KB
testcase_04 AC 4 ms
5,376 KB
testcase_05 AC 1,961 ms
174,848 KB
testcase_06 AC 1,882 ms
174,976 KB
testcase_07 AC 1,869 ms
174,720 KB
testcase_08 AC 158 ms
22,272 KB
testcase_09 AC 157 ms
22,400 KB
testcase_10 AC 159 ms
22,272 KB
testcase_11 AC 159 ms
22,144 KB
testcase_12 AC 162 ms
22,400 KB
testcase_13 AC 3 ms
5,504 KB
testcase_14 AC 4 ms
5,632 KB
testcase_15 AC 4 ms
5,632 KB
testcase_16 AC 4 ms
5,760 KB
testcase_17 AC 3 ms
5,632 KB
testcase_18 AC 4 ms
5,760 KB
testcase_19 AC 3 ms
5,760 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