結果

問題 No.546 オンリー・ワン
ユーザー kotatsugamekotatsugame
提出日時 2017-07-15 00:19:41
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 241 bytes
コンパイル時間 201 ms
コンパイル使用メモリ 6,824 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-10-08 00:22:29
合計ジャッジ時間 1,127 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,016 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 7 ms
5,888 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 WA -
testcase_05 AC 8 ms
5,888 KB
testcase_06 AC 12 ms
5,888 KB
testcase_07 WA -
testcase_08 AC 44 ms
6,528 KB
testcase_09 WA -
testcase_10 AC 123 ms
6,656 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

sub g{$_[1]?g($_[1],"@_"%$_[1]):"@_"}
sub f{!$_[2]?$s+=(($==$h/$_[1])-=$l/$_[1])*$_*($_%2*2-1):"@_"<$n?(f("@_"+1,$_[1]*$c[$_[0]]/g($_[1],$c[$_[0]]),$_[2]-1),f("@_"+1,$_[1],$_[2])):0;}
($n,$l,$h,@c)=glob<>.<>;$l--;
f 0,1,$_ for 1..$n;
print$s
0