Submit a ticket

Running your code

I scored 0% after submitting my code. How is this possible?

In order to make test cases appear, you must select Run in the top left corner of the environment. If you do not, you never see the test cases you are graded against. 


I passed all the test cases when running my code. Why didn't I score 100%?

On each run, the test suite runs a random subset from a larger group of tests. It's possible to pass all of the randomly selected tests during a test run in the IDE, but then fail different randomly selected tests on submission.


It's also possible that while your solution is logically correct, it's inefficient enough to run into the execution time limit allotted for that test.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.