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.
Is the issue truly resolved? I'm still getting the same solution setup as in the original post even when I hit the reset button.
For those trying to solve it as well, the function signature is:
I also deleted the sample test cases.
@sigod fixed and enabled Rust 1.33.
A code issue, so closing.
Looks like you returned the wrong type. It says you returned i32, but expects u32.
Done, thanks for suggestion.
Fixed.
This should be fixed.
Let it like that, it doesn't matter for this kata:-) Cheers.
Well, what do you want from me?-) Your line is false in general but here we don't care since we will have n > 2.
Good, it happens often enough...
Now I see that you have passed so you found the error in your code?
Only 4 guys passed the C kata; I just tried a few solutions and none crashed so I tend to think there are no problem in the kata... but I could be wrong... Do you crash on the fixed tests or on the random tests?