Tests C/C++ code on the pretests of problems on codechef.com automatically and increases efficiency during contests.
- Download the 3 .py files and save them in a folder.
- Run setup.py
- Fill all the required information you are asked for in the setup file.
- Edit the other files as directed in the setup file.
- Enter your template code in the default.txt file created in the folder.
- Run the C++tester.py file.
- Enter the contest Code (eg. AUG14, SEPT14, COOK49).
- The application creates the template code for all the problems in the contest and saves them in the folder specified by you during the setup.
- You code the solution for any problem and check if it compiles.
- Enter the S.No. of the problem you want to test in the application.
- The application compares the output of your code with the pretests output.
- If the comparision is 100% it opens the submit page for the problem.
NOTE: Supports python 2.7 only. Check for libraries used in .py files.