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.
woah, so that's what it was
can anyone please explain how it work??
The absolute value of positive numbers and zero is that number itself, and the C++ compilers automaticly convert -0 to 0.
-0 is not exist, the program understand -0 or +0 as 0;
This comment is hidden because it contains spoiler information about the solution
Finally. I got one.
well, -0 is 0. Maybe it doesn't strictly respect the instructions, but the program is correct
yeah
Wouldn't it return 0 as -0 ??
Can anyone explain sb.append(i & 1);
I didn't get it. thanks
Not in JS either.
No random tests in Java (at least).
This would considerably change the requirements in some of the languages.
There are Example Test Cases and Test Cases in the C# version now.
I've also changed the kata description to use the correct method name for C#.
Added sample tests to javascript.
Loading more items...