結果

問題 No.555 世界史のレポート
ユーザー cielciel
提出日時 2021-05-12 02:31:22
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 168 bytes
コンパイル時間 47 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 71,656 KB
最終ジャッジ日時 2024-09-22 08:34:46
合計ジャッジ時間 13,148 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 168 ms
12,160 KB
testcase_01 AC 168 ms
12,288 KB
testcase_02 AC 168 ms
12,288 KB
testcase_03 AC 178 ms
12,544 KB
testcase_04 AC 175 ms
12,416 KB
testcase_05 AC 177 ms
12,416 KB
testcase_06 AC 178 ms
12,416 KB
testcase_07 AC 180 ms
12,544 KB
testcase_08 AC 182 ms
12,544 KB
testcase_09 AC 181 ms
12,800 KB
testcase_10 AC 952 ms
51,772 KB
testcase_11 AC 1,090 ms
54,492 KB
testcase_12 AC 963 ms
51,360 KB
testcase_13 AC 865 ms
46,664 KB
testcase_14 AC 1,031 ms
53,704 KB
testcase_15 AC 1,061 ms
54,232 KB
testcase_16 AC 910 ms
49,160 KB
testcase_17 AC 993 ms
53,448 KB
testcase_18 AC 1,077 ms
54,892 KB
testcase_19 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

ENV[Z='RUBY_THREAD_VM_STACK_SIZE']||exec({Z=>?5*7},'ruby',$0)
M={}
def f a,b
M[[a,b]]||=a<N ? [f(2*a,a)+C,f(a+b,b)].min+V : C
end
N,C,V=$<.read.split.map &:to_i
p f 1,1
0