![[old] Treasures](https://dk1vwk12q8pjl.cloudfront.net/media/logos/task/middle/treasures_disabled.png)
[old] Treasures

As input you'll receive the information about the vault contents in the following...
In addition, you'll also have a weight limit (in kilograms), over which you won't be able to carry.
Your task is to collect such a set of treasures so that their total weight doesn't exceed the limit, and their total cost was as high as possible. The answer must be returned as the list of strings, for example: ['golden coin: 150', 'silver coin: 700', 'ruby: 2']. There always be 3 types of the treasures (golden coin, silver coin and ruby) and it should be represent in the answer in the same order. If some type of the treasures are out of limit (so you 'can' take it 0) - just don't include it into answer.