Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks! Good that old solutions still work.
Should be fixed now. The tests are essentially the same, but the fractions get now fully reduced before they're handed to the solver. That way, old solutions still work, the reference solution stays the same.
This comment is hidden because it contains spoiler information about the solution
Sure: you generate a ratio and reduce it before you apply the tests.
This comment is hidden because it contains spoiler information about the solution
I'll have a look on Sunday evening/Monday, but here's what's wrong: the current reference solution only takes the lowest common denominator of all denominators and doesn't check whether all ratios can be reduced to an even smaller denominator. A fix should be rather easy, but it's cumbersome without a proper keyboard.
@bkaes: Can you have a look?