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 don't think this is correct, firstly [1-255] means charachters 1,2,5 and secondly the period should be preceded with a backslash
This comment is hidden because it contains spoiler information about the solution
I don't see those requirements in the tests, my solution didn't use them at least.
The requirement of returning distinct value and sort by department id is not stated in the kata details.
same here
This comment is hidden because it contains spoiler information about the solution
Hi, can I know how you solve it?
I am having the same problem too since last week. I try to rerun it again this time but still the same.
When run sample test, all sample test pass, but when I click attempt it came out this error message.
(Didn't use for loop in my code, just use if else)