Skip to content

Latest commit

 

History

History

CFInpOut

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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]