We should create an a auto-submit answer feature, but we don't want to be timed out by submitting an incorrect solution. We need a way to scrape the example input/output from the page and run our algorithms against that input. If our output matches the expected output, it will re-run the algorithm on the actual input and then submit.