結果

問題 No.277 根掘り葉掘り
ユーザー %20%20
提出日時 2018-07-30 06:00:41
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,088 ms / 3,000 ms
コード長 299 bytes
コンパイル時間 287 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 97,408 KB
最終ジャッジ日時 2024-07-21 06:59:16
合計ジャッジ時間 12,891 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,504 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 4 ms
5,376 KB
testcase_03 AC 5 ms
5,376 KB
testcase_04 AC 4 ms
5,376 KB
testcase_05 AC 4 ms
5,376 KB
testcase_06 AC 4 ms
5,504 KB
testcase_07 AC 4 ms
5,376 KB
testcase_08 AC 3 ms
5,376 KB
testcase_09 AC 888 ms
97,024 KB
testcase_10 AC 843 ms
96,128 KB
testcase_11 AC 973 ms
97,280 KB
testcase_12 AC 964 ms
97,408 KB
testcase_13 AC 1,088 ms
97,280 KB
testcase_14 AC 973 ms
96,768 KB
testcase_15 AC 945 ms
97,152 KB
testcase_16 AC 959 ms
97,152 KB
testcase_17 AC 913 ms
96,896 KB
testcase_18 AC 924 ms
96,896 KB
testcase_19 AC 925 ms
96,768 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$N=<>;
/ /,++$_[$`],++$_[$'],push@{$`},$'+!push@{$'+0},$`for<>;
@q=grep!($L[$_]=$_[$_]-1&&$N),1..$N;
push@q,grep{$L[$_]-=$-=$L[$_]-$L[$q]-1;$-}@$q while$q=shift@q;
@R=(0,0,($N)x($N-1));@q=1;
push@q,grep{$R[$_]-=$-=$R[$_]-$R[$q]-1;$-}@$q while$q=shift@q;
print$L[$_]<$R[$_]?$L[$_]:$R[$_],$/for 1..$N
0