結果

問題 No.572 妖精の演奏
ユーザー tailstails
提出日時 2017-10-10 16:24:37
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,550 ms / 2,000 ms
コード長 173 bytes
コンパイル時間 360 ms
コンパイル使用メモリ 5,456 KB
実行使用メモリ 6,692 KB
最終ジャッジ日時 2023-08-10 22:27:07
合計ジャッジ時間 6,729 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 23 ms
4,748 KB
testcase_01 AC 14 ms
4,780 KB
testcase_02 AC 3 ms
4,712 KB
testcase_03 AC 4 ms
4,780 KB
testcase_04 AC 12 ms
4,832 KB
testcase_05 AC 59 ms
4,852 KB
testcase_06 AC 93 ms
4,960 KB
testcase_07 AC 35 ms
4,776 KB
testcase_08 AC 45 ms
4,864 KB
testcase_09 AC 62 ms
4,924 KB
testcase_10 AC 464 ms
5,336 KB
testcase_11 AC 1,012 ms
6,048 KB
testcase_12 AC 1,171 ms
6,296 KB
testcase_13 AC 1,550 ms
6,692 KB
testcase_14 AC 254 ms
5,200 KB
testcase_15 AC 308 ms
5,144 KB
testcase_16 AC 198 ms
5,024 KB
testcase_17 AC 336 ms
5,304 KB
testcase_18 AC 34 ms
4,680 KB
testcase_19 AC 3 ms
4,808 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

sub f{my($c,$x,$y)=@_;$$c[$x][$y]//=(sort{$b<=>$a}map f($c>>1,$x,$_)+f($c+1>>1,$_,$y),@m)[0]}$n=<>-1;@m=0..<>-1;@1=map[split],<>;map{//;$%+=$-=f($n,$_,$')-$%for@m}@m;print$%
0