結果
問題 | No.50 おもちゃ箱 |
ユーザー | gigurururu |
提出日時 | 2014-11-07 14:12:11 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 349 bytes |
コンパイル時間 | 382 ms |
コンパイル使用メモリ | 7,680 KB |
実行使用メモリ | 22,044 KB |
最終ジャッジ日時 | 2024-06-10 01:01:57 |
合計ジャッジ時間 | 12,661 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | AC | 72 ms
12,160 KB |
testcase_04 | AC | 77 ms
12,160 KB |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | AC | 78 ms
12,416 KB |
testcase_18 | AC | 77 ms
12,288 KB |
testcase_19 | WA | - |
testcase_20 | WA | - |
testcase_21 | AC | 81 ms
12,288 KB |
testcase_22 | AC | 228 ms
12,544 KB |
testcase_23 | AC | 74 ms
12,288 KB |
testcase_24 | AC | 74 ms
12,288 KB |
testcase_25 | AC | 76 ms
12,160 KB |
testcase_26 | WA | - |
testcase_27 | WA | - |
testcase_28 | WA | - |
testcase_29 | AC | 757 ms
12,928 KB |
testcase_30 | AC | 74 ms
12,416 KB |
testcase_31 | WA | - |
testcase_32 | WA | - |
testcase_33 | TLE | - |
testcase_34 | -- | - |
testcase_35 | -- | - |
testcase_36 | -- | - |
testcase_37 | -- | - |
testcase_38 | -- | - |
testcase_39 | -- | - |
testcase_40 | -- | - |
testcase_41 | -- | - |
コンパイルメッセージ
Syntax OK
ソースコード
$h={} def f a,b $h[a+b.sort]||=(if a[0] (0..b.size-1).map{|i| c=b.dup n,_=c[i] if n>=a[0] c[i]=[n-a[0],1] f(a[1..-1],c) else nil end }.compact.min else b.count{|i,j|j} end) end gets a=gets.split.map(&:to_i) gets b=gets.split.map{|c|[c.to_i,0]} p f(a,b)||-1