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.
Check it again please.
cr_assert_eq(next_bigger_number(2017), 2071);
It's not the biggest, it's the next bigger, and it's been said many times below.
And about the data type, there is an open issue about that (hopefully fixed, copy your code if you had any, click reset, paste it and try again), so closing.
This comment is hidden because it contains spoiler information about the solution
fixed
Description says
There are 300_000 random tests.
but there are more tests.Thank you both! :)
This comment is hidden because it contains spoiler information about the solution
The resources need to only be accessable during the runtime, so no need to use external database/files.
It's up to you to implement.
Hi, not sure what I've missed, but how do we access the database? Do we store all in a text file?
This comment is hidden because it contains spoiler information about the solution
oh ok, I guess there is another method then! I can't think of any though hmm, anyway thanks!
Why loop though?
C: there is timeout error with a very simple loop (it passes the tests). Can anyone confirm if it is solvable?