blob: 1a48d72510621b75cd09cc71f1dc7dcc2265b654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# CCC-Grader
_Python Code to grade solutions to the CCC using test data from their website._
CEMC Website: https://cemc.uwaterloo.ca/contests/past_contests.html
------------------------------------------------------------------
**HOW TO USE**:
1. Scroll to the bottom of https://cemc.uwaterloo.ca/contests/past_contests.html
2. Click on the contest you are attempting
3. Download the Test Data
4. Extract the senior or junior folder into the input directory in the grader project
5. Copy your python file (.py) into the input folder
6. Run the grader.py file using python and answer the prompt to the question you are grading (i.e. S1, S2, ...)
7. Enjoy your grader. It will tell you your time and incorrect test cases
_Note: This program will run the code on your computer which is assuredly faster than the computers that actually grade the contest, hence a margin of error is created._
|