A simple python program which scrapes the input and output for a given question from Codeforces
To install Python3, run
sudo apt-get update
sudo apt-get install python3.6
To install pip, run
sudo apt install python3-pip
Install the requirements for the Python file with
sudo -H pip3 install -r requirements.txt
Run the scraper with
python3 CFScrape.py [Question Code]
Run the Test Comparison file with
python3 CFTestCheck.py [Question Code] [Executable File]