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.
Yeah, I suppose, I got it where the problem is, thanks
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
@Chrono79
The code is below under the spoiler
It is
There is an invalid test case in the golang version (basic cases):
The test with these input parameters expects the function to return true. However, the second array has an invalid value: instead of 36100, the array should contain 361 to expect true
The correct code cannot pass the tests because of this
@Matti762, thanks a lot!
Cannot complete sample test cases in Python. Strings are the same, but does not equal to each other
Site or test issue?