Hey guys, a lot of you are asking other people to look at your code and help you debug it. Although it helps to have someone else look at your code, there are too many requests to keep up.
Try debugging your code by adding print statements at crucial points in you code such as
- The arguments each function is being called with and the return values they give
- The values of important variables within complex parts of the code
and so on. Debugging your code is a very important skill to master. During the contest, you'll have to do it on your own!