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.
he likes money thats for sure
Because he can xD
Updated description for python, ruby and JS. Perhaps it's the same issue in the other translations, someone may confirm/deny that.
The instructions are inconstant with the test cases.
The instructions specify a 510 character limit while the test cases require the code to be under 510 bytes long. JS is encoded with UTF-16, so those two thing don't neassary mean the same thing.
Wow clever
This comment is hidden because it contains spoiler information about the solution
Why
a$
,b$
andc$
instead of justa
,b
andc
?This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Nice way to calculate nCr
Oh clever
code here is also 'encrypted' a little
This does not work.
Your code does not reject
())(()
My original idea was the same as you, but in practice, I found that using multiple lines or semicolons would increase the number of characters.
So, a strict characters limit will allow users to consciously use the oneliner style ;-)
This comment is hidden because it contains spoiler information about the solution