Your submission attempted to read too much input!

Did you receive this error message when you Marked your code? 

Your submission attempted to read too much input! 

What this error means is that the test case ran out of input to give to your program. 

Often this means that one of your loops ran for more iterations than it was meant to. You should test your program some more and make sure that it stops asking for input after the correct number of iterations.


Still need help? Contact Us Contact Us