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.
Actually was a division by zero. Thanks for the help. Problem solved.
can also happen when you divide by zero
You can print it to std out.
Looks like the same league to me.
Well top 7 kyu katas sorted by populairity are:
Maybe it's just my limited knowledge, but this one seems of a different league.
Thanks for your reply, I only use integers. How can I see the input in random tests?
Thanks.
It's a parity check and sum of digits, so perfectly fine for 7kyu.
SIGFPE 8 is a floating point exception. You should not use floating point numbers in this challenge at all.
This comment is hidden because it contains spoiler information about the solution
Please help. Pass all sample tests but get SIGFPE 8 error in random tests.
Thanks.
n
is a number and not an array, so you should get "TypeError: n.map is not a function".This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution