Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 616 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 616 Bytes

Codeforces Input and Output

A simple python program which scrapes the input and output for a given question from Codeforces

Installation

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

Running the File

Run the scraper with

python3 CFScrape.py [Question Code]

Run the Test Comparison file with

python3 CFTestCheck.py [Question Code] [Executable File]