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.
When i.m trying to solve this kata in C
i got passes all simple tests and then in random test i got this asser: 1204002415130177602 should be 1204002415130177206
Is is correct? I think that next bigger from "1204002415130177602" should be "1204002415130710267"
This was difficult.
thks
The task is next bigger, not biggest. The next bigger number after 2017 would be 2071.
Hi everybody!
Do any body knows Why result of 2017 is not 7210? It is mistake in example ?
I tried to improve assertion messages to avoid this type of confusion, please see if errors are clearer now.
Ahh sorry... I was wrong, the message say's what was returned by my function...
Do you know what was the input of this test case?
This comment is hidden because it contains spoiler information about the solution
Wow Great refactoring of the code
Thank you very much it looks great friend ...
I do not know if this was solved but such error shows when for example your loop is infinite.
This comment is hidden because it contains spoiler information about the solution