結果

問題 No.572 妖精の演奏
ユーザー tailstails
提出日時 2017-10-10 15:36:02
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,825 ms / 2,000 ms
コード長 173 bytes
コンパイル時間 243 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 9,472 KB
最終ジャッジ日時 2024-04-28 15:26:16
合計ジャッジ時間 7,799 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 31 ms
6,812 KB
testcase_01 AC 21 ms
6,944 KB
testcase_02 AC 8 ms
6,944 KB
testcase_03 AC 10 ms
6,940 KB
testcase_04 AC 19 ms
6,940 KB
testcase_05 AC 76 ms
6,944 KB
testcase_06 AC 119 ms
6,940 KB
testcase_07 AC 45 ms
6,944 KB
testcase_08 AC 58 ms
6,944 KB
testcase_09 AC 76 ms
6,940 KB
testcase_10 AC 552 ms
7,040 KB
testcase_11 AC 1,215 ms
8,320 KB
testcase_12 AC 1,399 ms
8,704 KB
testcase_13 AC 1,825 ms
9,472 KB
testcase_14 AC 300 ms
6,940 KB
testcase_15 AC 365 ms
6,940 KB
testcase_16 AC 237 ms
6,940 KB
testcase_17 AC 395 ms
6,944 KB
testcase_18 AC 45 ms
6,944 KB
testcase_19 AC 8 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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