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.
I have thought for hours about this. On several occasions.
Can you give me some hint what trick might be hidden there?
I worked out a mathmatical expression. It only fails in some octal cases (8,6) (8,7).
I have no idea why it isn't working and I already asked a question a week ago.
Could you show the expected results? Because if I had the results, maybe I could see my mistake as no one aswered my first question.
It passed the test because the biggest Roman Numeral possible is 3999 = MMMCMXCIX.
You overshot your goal...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank you very much.
My check if x == 0 was before y == 0.
I swapped the checks and it works now.
Must raise ZeroDivisionError
Log
Expected error was thrown: Error: ZeroDivisionError
The only testcase, which doesn't work yet.
I throw the Error like this:
throw new Error("ZeroDivisionError")
What do I have to do differntly?
This thing broke while loops.
I decrement var i in while(){}.
When it reenters while, (because of the condition) i is the value before.
The increment is somewhere far below the while loop.
You broke Math...
10 = X = 10 000
Nice...
What is the regex doing?
I did a new solution.
Why doesn't it show under "View Mine"?
This comment is hidden because it contains spoiler information about the solution
Probably Copy Paste.
(I hope)
Loading more items...