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.
Fixed tests to give better error messages.
You read the message wrong.
What is the input of the test you failed?
Because
1234567980
(your solution) is not the next bigger number after1234567890
(the input) ???You can write them down:
This comment is hidden because it contains spoiler information about the solution
Bigger numbers:
Time of your function -0.0001659393310546875
Time of your function -0.00020432472229003906
Execution Timed Out (12000 ms)
how it possible?
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"