結果

問題 No.783 門松計画
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-01-19 09:53:27
言語 Ruby
(3.3.0)
結果
TLE  
実行時間 -
コード長 426 bytes
コンパイル時間 185 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 25,600 KB
最終ジャッジ日時 2024-07-08 11:04:43
合計ジャッジ時間 10,883 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 155 ms
20,096 KB
testcase_01 AC 256 ms
20,224 KB
testcase_02 AC 157 ms
20,352 KB
testcase_03 AC 104 ms
20,096 KB
testcase_04 AC 115 ms
20,224 KB
testcase_05 AC 138 ms
19,968 KB
testcase_06 AC 124 ms
20,096 KB
testcase_07 AC 127 ms
20,224 KB
testcase_08 AC 115 ms
19,968 KB
testcase_09 AC 147 ms
20,096 KB
testcase_10 TLE -
testcase_11 TLE -
testcase_12 TLE -
testcase_13 AC 780 ms
19,968 KB
testcase_14 AC 1,544 ms
20,096 KB
testcase_15 AC 754 ms
20,224 KB
testcase_16 AC 311 ms
20,096 KB
testcase_17 AC 799 ms
20,480 KB
testcase_18 AC 164 ms
20,352 KB
testcase_19 AC 1,295 ms
20,224 KB
testcase_20 AC 163 ms
20,224 KB
testcase_21 AC 291 ms
20,224 KB
testcase_22 AC 340 ms
20,224 KB
testcase_23 AC 132 ms
20,352 KB
testcase_24 AC 952 ms
20,096 KB
testcase_25 AC 604 ms
20,352 KB
testcase_26 AC 915 ms
20,224 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,c=gets.split.map &:to_i
l=gets.split.map &:to_i
w=gets.split.map &:to_i
d=[0]*999999
(0...n).each{|i|(0...n).each{|j|(0...n).each{|k|d[b=(w[i]+w[j]+w[k])<<12|(y=l[j])<<6|(z=l[k])]=[d[b],(x=l[i])!=z&&0<(x-y)*(z-y)?x+y+z:0].max}}}
(0..c).each{|a|(0..50).each{|x|(0..50).each{|y|(0...n).each{|i|d[b=a+w[i]<<12|y<<6|(z=l[i])]=[d[b],(e=d[a<<12|x<<6|y])>0&&x!=z&&0<(x-y)*(z-y)?e+z:0].max}}}}
p (0..c).map{|a|d[a<<12,2048].max}.max
0