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.
Never mind. I think I know why - I was using some global variables. I removed the globals and it worked as it should...
In the Javascript version, when I comment out some test cases, some tests that did not work before now work. Seems like it is dependant on the order of the tests...
Yes C++.
Thanks!
Could the compiler be buggy?
I get this for the second example test:
Test Results:
Tests
ExampleTests
Expected: equal to 12
Actual: 2
Have no idea why. The answer can't be 12 because n is equal to 10.
Hi, I get this for one of the extended tests:
Expected: equal to eBIIL TLOIA!
Actual: ����� �����!
I've looked on the web and I found that � is a "replacement char". I have no idea why I get this result.
Thanks,