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 cannot reproduce this.
Time: 2274ms Passed: 0Failed: 3Exit Code: 1
This comment is hidden because it contains spoiler information about the solution
The description is too vague about the possible input. It's definitely not
ax + b = c
, and sample tests come up with lots of nasty surprises as well.Also,
- -8
in sample tests? Is this even valid?Could use tags:
Regular Expressions
,Parsing
Issue fixed.
huh.
I think the error is with the way I wrote my tests. Sorry about that! Will fix soon.