結果
問題 | No.15 カタログショッピング |
ユーザー | gigurururu |
提出日時 | 2014-12-16 13:55:31 |
言語 | Ruby (3.3.0) |
結果 |
MLE
|
実行時間 | - |
コード長 | 147 bytes |
コンパイル時間 | 162 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 618,484 KB |
最終ジャッジ日時 | 2024-06-11 21:27:56 |
合計ジャッジ時間 | 7,263 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 83 ms
12,416 KB |
testcase_01 | AC | 74 ms
12,160 KB |
testcase_02 | AC | 80 ms
12,416 KB |
testcase_03 | AC | 115 ms
18,176 KB |
testcase_04 | AC | 74 ms
12,288 KB |
testcase_05 | MLE | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
コンパイルメッセージ
Syntax OK
ソースコード
n,s=gets.split.map &:to_id={0=>[[]]}n.times{|i|c=gets.to_i;d.dup.map{|k,v|d[k+c]=(d[k+c]||[])+v.map{|j|j+[i+1]}}}puts d[s].sort.map{|i|i*" "}