結果

問題 No.572 妖精の演奏
ユーザー tailstails
提出日時 2017-10-10 15:25:59
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,635 ms / 2,000 ms
コード長 170 bytes
コンパイル時間 477 ms
コンパイル使用メモリ 5,632 KB
実行使用メモリ 7,808 KB
最終ジャッジ日時 2024-11-17 08:24:38
合計ジャッジ時間 7,566 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 28 ms
5,760 KB
testcase_01 AC 19 ms
5,888 KB
testcase_02 AC 8 ms
5,760 KB
testcase_03 AC 10 ms
5,760 KB
testcase_04 AC 16 ms
5,888 KB
testcase_05 AC 70 ms
5,888 KB
testcase_06 AC 104 ms
6,016 KB
testcase_07 AC 43 ms
5,888 KB
testcase_08 AC 51 ms
5,888 KB
testcase_09 AC 69 ms
6,016 KB
testcase_10 AC 499 ms
6,400 KB
testcase_11 AC 1,099 ms
7,168 KB
testcase_12 AC 1,263 ms
7,296 KB
testcase_13 AC 1,635 ms
7,808 KB
testcase_14 AC 278 ms
6,144 KB
testcase_15 AC 332 ms
6,144 KB
testcase_16 AC 220 ms
6,144 KB
testcase_17 AC 360 ms
6,400 KB
testcase_18 AC 42 ms
6,016 KB
testcase_19 AC 7 ms
5,888 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[glob],<>;map{//;$%+=$-=f($n,$_,$')-$%for@m}@m;print$%
0