結果

問題 No.37 遊園地のアトラクション
ユーザー letrangerjpletrangerjp
提出日時 2017-06-14 08:35:03
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,025 ms / 5,000 ms
コード長 159 bytes
コンパイル時間 191 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 48,244 KB
最終ジャッジ日時 2024-10-10 13:22:36
合計ジャッジ時間 9,050 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 132 ms
13,952 KB
testcase_01 AC 89 ms
12,032 KB
testcase_02 AC 396 ms
28,416 KB
testcase_03 AC 177 ms
16,384 KB
testcase_04 AC 294 ms
22,272 KB
testcase_05 AC 439 ms
28,032 KB
testcase_06 AC 122 ms
13,696 KB
testcase_07 AC 674 ms
34,084 KB
testcase_08 AC 96 ms
12,416 KB
testcase_09 AC 86 ms
12,032 KB
testcase_10 AC 1,025 ms
48,244 KB
testcase_11 AC 422 ms
28,160 KB
testcase_12 AC 181 ms
16,640 KB
testcase_13 AC 159 ms
15,744 KB
testcase_14 AC 98 ms
12,544 KB
testcase_15 AC 331 ms
23,552 KB
testcase_16 AC 348 ms
24,960 KB
testcase_17 AC 147 ms
14,592 KB
testcase_18 AC 703 ms
44,916 KB
testcase_19 AC 87 ms
12,032 KB
testcase_20 AC 313 ms
23,680 KB
testcase_21 AC 89 ms
12,160 KB
testcase_22 AC 109 ms
13,056 KB
testcase_23 AC 86 ms
12,160 KB
testcase_24 AC 86 ms
12,032 KB
testcase_25 AC 84 ms
12,032 KB
testcase_26 AC 85 ms
12,032 KB
testcase_27 AC 344 ms
25,088 KB
testcase_28 AC 85 ms
12,160 KB
testcase_29 AC 291 ms
22,272 KB
testcase_30 AC 85 ms
12,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"T,N,*B="+gets(p).split*?,
B[N..-1].map{|v|9.times{|j|$*<<v/2**j}}
d={}
f=->t,i{d[[t,i]]||=i<N*9?[f[t,i+1],(0>t-=B[i/9])?0:$*[i]+f[t,i+1]].max: 0}
p f[T,0]
0