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.
What if instead of eliminating them, you just skip them in your loop?
You're calculating n!. You cannot do that. The last test case is zeros(1e9).
Read the comments.
Your code can't handle the second test (from > to) correctly.
This comment is hidden because it contains spoiler information about the solution
same
same in python
This comment is hidden because it contains spoiler information about the solution
You have an extra space at the end. The result string needs to end with a digit not with a space.
Hi, id like to now how to eliminate non-letter characters, i found a way to replace double spaces and was eliminating the others with "replace" until i found "/u", is there a better way?. Thanks.
This comment is hidden because it contains spoiler information about the solution